Gets or sets the AnnBrush associated with this AnnObject to draw this object's outline. This is a dependency property.
public AnnBrush StrokeBrush { get; set; }
Public Property StrokeBrush As Leadtools.Windows.Annotations.AnnBrush
public:
property Leadtools.Windows.Annotations.AnnBrush^ StrokeBrush {
Leadtools.Windows.Annotations.AnnBrush^ get();
void set ( Leadtools.Windows.Annotations.AnnBrush^ );
}
A AnnBrush that specifies how the AnnObject outline is painted. The default is null.
The Stroke and StrokeBrush properties work in the following manner:
If StrokeBrush is set to null, then the value of Stroke is used to draw this object's outline.
If StrokeBrush is set to a valid object, then this value is used to draw the object's outline and the value of Stroke is ignored.
Stroke only supports a solid color while AnnBrush and its derived classes such as AnnLinearGradientBrush supports filling the drawing the outline the object with a linear brush.
To use an AnnObject with a transparent outline, set StrokeBrush to null and Stroke to System.Windows.Media.Colors.Transparent.
If this AnnObject does not support strokes (SupportsStroke value is false), this property will always return the default value and setting this property to any value will be ignored.
For XAML example, refer to AnnPolygonObject.
For C#/VB examples, refer to AnnAutomationManager.
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