Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BackStroke Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnSelectObject Class : BackStroke Property





Gets or sets the Brush that specifies how to paint the back outline for the Select object. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property BackStroke As Brush
Visual Basic (Usage)Copy Code
Dim instance As AnnSelectObject
Dim value As Brush
 
instance.BackStroke = value
 
value = instance.BackStroke
C# 
public Brush BackStroke {get; set;}
C++/CLI 
public:
property Brush BackStroke {
   Brush get();
   void set (Brush value);
}
XAML Syntax 
For XAML information, see the System.Windows.Media.Brush type.

Dependencies Property Information 

Identifier field

BackStrokeProperty

Metadata properties set to true

AffectsMeasure, AffectsRender, SubPropertiesDoNotAffectRender

XAML Syntax 
For XAML information, see the System.Windows.Media.Brush type.

Dependencies Property Information 

Identifier field

BackStrokeProperty

Metadata properties set to true

AffectsMeasure, AffectsRender, SubPropertiesDoNotAffectRender

Return Value

The Brush that specifies how to paint the back outline for the Select object.

Example

For C#/VB examples, refer to AnnAutomationManager.

Remarks

Use this property in conjunction with the AnnObjectBase stroke properties to create a dotted object.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

BackStroke requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.