'DeclarationPublic ReadOnly Property IsRightAdjustZeroFillField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightAdjustZeroFillField
public bool IsRightAdjustZeroFillField {get;}
Gets a value indicating whether the data cell marks the beginning of a right adjust, zero fill field. Note: IScreenDataConstants.FIELD_RA_ZEROFILL'DeclarationPublic ReadOnly Property IsRightAdjustZeroFillField As Boolean
'UsageDim instance As ScreenCharacter Dim value As Boolean value = instance.IsRightAdjustZeroFillField
public bool IsRightAdjustZeroFillField {get;}
private ScreenCharacter screen; bool rightAdjust = screen.IsRightAdjustZeroFillField;