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