Description
Gets or sets the fractional value used to
scale the overlay's
Size
property. A value greater than 1.0 will make the overlay larger
while a value less than 1.0 will make it smaller.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property Scale() As Double
|
[C#] |
public double Scale {get; set;}
|
[Managed C++] |
public: __property double get_Scale();
public: __property void set_Scale(
double
);
|
[Unmanaged C++] |
public: HRESULT get_Scale(
double * pRetVal
);
public: HRESULT put_Scale(
double NewScale
);
|
[Java] |
public double getScale();public void setScale(
double
);
|
See Also