In This Topic
Gets or sets the adjustment value in the horizontal (X) direction.
Syntax
'Declaration
Public Property X As String
'Usage
Dim instance As BarAdjust
Dim value As String
instance.X = value
value = instance.X
public string X {get; set;}
See Also