BrushData Properties

The BrushData type exposes the following members.

Properties
  NameDescription
Public propertyAngle
Gets or sets the angle.
Public propertyBrushType
Gets the brush type.
Public propertyColor
Gets or sets the color.
Public propertyImageHeight
Gets or sets the last known height of the image. This is used when SVG rendering is required for 'auto' or 'repeat' modes.
Public propertyImageWidth
Gets or sets the last known width of the image. This is used when SVG rendering is required for 'auto' or 'repeat' modes.
Public propertyPositionType
Gets or sets the type of the position.
Public propertyRepeat
Gets or sets how the image brush will repeat itself.
Public propertyShapeType
Gets or sets the type of the shape.
Public propertySize
Gets or sets how the image brush will size itself.
Public propertySizeType
Gets or sets the type of the size.
Public propertySource
Gets or sets the source of the image.
Public propertyStops
Gets the stops.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also