Component attributes. You may need to call ReadAttributes before getting
a proper value by use of this property.
Namespace: BasicCard.BasicCards.ComponentsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public ComponentAttributes Attributes { get; set; } |
Visual Basic |
---|
Public Property Attributes As ComponentAttributes
Get
Set |
Visual C++ |
---|
public:
property ComponentAttributes^ Attributes {
ComponentAttributes^ get ();
void set (ComponentAttributes^ value);
} |
F# |
---|
member Attributes : ComponentAttributes with get, set
|
Property Value
Type:
ComponentAttributes
See Also