'Declaration
Public ReadOnly Property IsRightAdjustBlankFillField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightAdjustBlankFillField
public bool IsRightAdjustBlankFillField {get;}
Gets
a value indicating whether the data cell marks the beginning of a right adjust, blank fill field. Note: IScreenDataConstants.FIELD'Declaration
Public ReadOnly Property IsRightAdjustBlankFillField As Boolean
'Usage
Dim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightAdjustBlankFillField
public bool IsRightAdjustBlankFillField {get;}
private ScreenCharacter screen; bool rightAdjust = screen.IsRightAdjustBlankFillField;