ShapeElement.AccessibleState Property

Gets the state of the shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property AccessibleState As AccessibleStates
public virtual AccessibleStates AccessibleState { get; }
public:
virtual property AccessibleStates AccessibleState {
    AccessibleStates get ();
}
abstract AccessibleState : AccessibleStates with get 
override AccessibleState : AccessibleStates with get
function get AccessibleState () : AccessibleStates

Property Value

Type: AccessibleStates
The state of the shape.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace