'Declaration Public Property Rotation As Nullable(Of Integer)
public Nullable<int> Rotation {get; set;}
Property Value
An int? value 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;}
An int? value indicating the angle of rotation.