'Declaration Public Property BestFit As System.Boolean
public System.bool BestFit {get; set;}
'Declaration Public Property BestFit As System.Boolean
public System.bool BestFit {get; set;}
Getting this property returns a Boolean conjunction (AND) of the StretchHorz, StretchVert and KeepAspectRatio values.
Setting this property to a true value sets StretchHorz, StretchVert and KeepAspectRatio to true.
Setting this property to a false value sets KeepAspectRatio only to false.