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



Gets or sets the AnnBrush object associated with this AnnGroupObject object.

Syntax

Visual Basic (Declaration) 
Overrides Public Property Brush As AnnBrush
Visual Basic (Usage)Copy Code
Dim instance As AnnGroupObject
Dim value As AnnBrush
 
instance.Brush = value
 
value = instance.Brush
C# 
public override AnnBrush Brush {get; set;}
C++/CLI 
public:
property AnnBrush^ Brush override {
   AnnBrush^ get();
   void set (AnnBrush^ value);
}

Return Value

The AnnBrush object associated with this AnnGroupObject object.

Remarks

When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the brush of the first object that has its SupportsBrush value set to true. For more information, refer to AnnDrawable.Brush.

When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the AnnDrawable.Brush value for each object that has its SupportsBrush value set to true. For more information, refer to AnnDrawable.Brush.

Requirements

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

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features