Gets or sets the AnnBrush associated with this AnnObject to fill this object geometry. This is a dependency property.
public AnnBrush FillBrush { get; set; }
Public Property FillBrush As Leadtools.Windows.Annotations.AnnBrush
public:
property Leadtools.Windows.Annotations.AnnBrush^ FillBrush {
Leadtools.Windows.Annotations.AnnBrush^ get();
void set ( Leadtools.Windows.Annotations.AnnBrush^ );
}
An AnnBrush derived object > that describes how the interior of the AnnObject is painted. The default is null.
The FillBrush and Fill properties work in the following manner:
If FillBrush is set to null, then the value of Fill is used to fill the interior of this object.
If FillBrush is set to a valid object, then this value is used to fill the interior of this object and the value of Fill is ignored.
Fill only supports a solid color while AnnBrush and its derived classes such as AnnLinearGradientBrush supports filling the interior of the object with a linear brush.
To use an AnnObject with a transparent background, set FillBrush to null and Fill to System.Windows.Media.Colors.Transparent. Both of these values are the default for the properties.
If this AnnObject does not support fill (SupportsFill value is false), this property will always return null (Nothing in VB). and setting this property to any value will be ignored.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET