Description
Gets or sets the width of the overlay. The unit in which the width is defined is specified by the
Width Unit property.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Width() As Double
|
[C#] |
---|
public double Width {get; set;}
|
[Managed C++] |
---|
public: __property double get_Width(); public: __property void set_Width(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Width(
double * pRetVal
);
public: HRESULT put_Width(
double Width
);
|
[Java] |
---|
public double getWidth();
public void setWidth(
double
);
|
[Python - STK API ] |
---|
@property
def Width(self) -> float:
@Width.setter
def Width(self, Width:float) -> None:
|
See Also