'Declaration Public Property Rotation As Nullable(Of Integer)
public Nullable<int> Rotation {get; set;}
Property Value
A NullableInt32 structure indicating the angle of rotation.
Gets or sets the angle of rotation.
'Declaration Public Property Rotation As Nullable(Of Integer)
public Nullable<int> Rotation {get; set;}
A NullableInt32 structure indicating the angle of rotation.