Gets a value indicating whether this
AnnGroupObject object supports a brush.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public ReadOnly Property SupportsBrush As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim value As Boolean
value = instance.SupportsBrush |
C# | |
---|
public override bool SupportsBrush {get;} |
C++/CLI | |
---|
public:
property bool SupportsBrush override {
bool get();
} |
Property Value
true if this
AnnGroupObject object supports a brush; false otherwise.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also