Visual Basic (Declaration) | |
---|---|
Overrides Public Property Brush As AnnBrush |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override AnnBrush Brush {get; set;} |
Return Value
The AnnBrush object associated with this AnnGroupObject object.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family