STK UI CoreSend comments on this topic.
Width Property (IAgUiWindow)
See Also
Windows





Windows & Linux

Description

The window width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Width() As Integer
[C#]
public int Width {get; set;}
[Managed C++]
public: __property int get_Width();
public: __property void set_Width( int );
[Unmanaged C++]
public: HRESULT get_Width(
    long * pVal
);
public: HRESULT put_Width(
    long NewVal
);
[Java]
public int getWidth();
public void setWidth(
    int
);
[Python - STK API ]
@property
def Width(self) -> int:

@Width.setter
def Width(self, NewVal:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.