'Declaration
Public ReadOnly Property IsAttributeSpace As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsAttributeSpace
public bool IsAttributeSpace {get;}
Gets
a value indicating whether field attributes occupy screen space. Note: IScreenDataConstants.FIELD_ATTRIB_SPACE'Declaration
Public ReadOnly Property IsAttributeSpace As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsAttributeSpace
public bool IsAttributeSpace {get;}
private ScreenCharacter screen; bool attributeSpace = screen.IsAttributeSpace;