Share via


O.bwnormal Field

Definition

Represents the o:bwnormal XML attributes.

public static readonly System.Xml.Linq.XName bwnormal;
 staticval mutable bwnormal : System.Xml.Linq.XName
Public Shared ReadOnly bwnormal As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: arc, background, curve, image, line, oval, polyline, rect, roundrect, shape, shapetype.
  • corresponds to the following strongly-typed properties: Arc.NormalBlackWhiteMode, Background.NormalBlackWhiteMode, Curve.NormalBlackWhiteMode, ImageFile.NormalBlackWhiteMode, Line.NormalBlackWhiteMode, Oval.NormalBlackWhiteMode, PolyLine.NormalBlackWhiteMode, Rectangle.NormalBlackWhiteMode, RoundRectangle.NormalBlackWhiteMode, Shape.NormalBlackWhiteMode, Shapetype.NormalBlackWhiteMode.

Applies to