'宣言 Public Property BestFit As System.Boolean
'使用法 Dim instance As ImageAlign Dim value As System.Boolean instance.BestFit = value value = instance.BestFit
public System.bool BestFit {get; set;}
'宣言 Public Property BestFit As System.Boolean
'使用法 Dim instance As ImageAlign Dim value As System.Boolean instance.BestFit = value value = instance.BestFit
public System.bool BestFit {get; set;}
Getting this property returns a Boolean conjunction (AND) of the ImageAlign.StretchHorz, ImageAlign.StretchVert and ImageAlign.KeepAspectRatio values.
Setting this property to a true value sets ImageAlign.StretchHorz, ImageAlign.StretchVert and ImageAlign.KeepAspectRatio to true.
Setting this property to a false value sets ImageAlign.KeepAspectRatio only to false.