Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Brush Property (AnnDrawable)






Gets or sets the AnnBrush associated with this AnnDrawable object.
Syntax
public virtual AnnBrush Brush {get; set;}
'Declaration
 
Public Overridable Property Brush As AnnBrush
'Usage
 
Dim instance As AnnDrawable
Dim value As AnnBrush
 
instance.Brush = value
 
value = instance.Brush

            

            
public:
virtual property AnnBrush^ Brush {
   AnnBrush^ get();
   void set (    AnnBrush^ value);
}

Property Value

The AnnBrush associated with this AnnDrawable object.
Remarks

If this AnnDrawable does not support brushes (SupportsBrush value is false), this property will always return null (Nothing in Visual Basic).

If this AnnDrawable does not support brushes (SupportsBrush value is false), setting this property to any value will be ignored.

Example
For an example, refer to AnnDrawable.
Requirements

Target Platforms

See Also

Reference

AnnDrawable Class
AnnDrawable Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)