Gets or sets the unit of the Width property.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property WidthUnit() As AgEStkGraphicsScreenOverlayUnit |
| [C#] |
|---|
public AgEStkGraphicsScreenOverlayUnit WidthUnit {get; set;} |
| [Managed C++] |
|---|
public: __property AgEStkGraphicsScreenOverlayUnit get_WidthUnit(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEStkGraphicsScreenOverlayUnit getWidthUnit(); public void setWidthUnit( AgEStkGraphicsScreenOverlayUnit ); |
[Python - STK API ] |
|---|
@property def WidthUnit(self) -> "AgEStkGraphicsScreenOverlayUnit": @WidthUnit.setter def WidthUnit(self, WidthUnit:"AgEStkGraphicsScreenOverlayUnit") -> None: |






