Gets a value indicating whether this
GradientBrush is scaled.
public bool Scaled {get;}
'Declaration
Public ReadOnly Property Scaled As Boolean
'Usage
Dim instance As GradientBrush
Dim value As Boolean
value = instance.Scaled
Property Value
true
if this
GradientBrush is scaled; otherwise,
false
.