Specifies the amount to horizontally scale the source rectangle.
Syntax
'Declaration
Public Property HorizontalRatio As Double
'Usage
Dim instance As Tile
Dim value As Double
instance.HorizontalRatio = value
value = instance.HorizontalRatio
public double HorizontalRatio {get; set;}
See Also