'Declaration Public ReadOnly Property IsFocused As Boolean
'Declaration
Public ReadOnly Property IsFocused As Boolean
'Usage Dim instance As Shape Dim value As Boolean value = instance.IsFocused
'Usage
Dim instance As Shape Dim value As Boolean value = instance.IsFocused
public bool IsFocused {get;}
Shape Class Shape Members