STK ObjectsSend comments on this topic.
ColorSquareHeight Property (IAgFmGfxRangeColorOptions)
See Also
Windows





Windows & Linux

Description

Color square height in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ColorSquareHeight() As Integer
[C#]
public int ColorSquareHeight {get; set;}
[Managed C++]
public: __property int get_ColorSquareHeight();
public: __property void set_ColorSquareHeight( int );
[Unmanaged C++]
public: HRESULT get_ColorSquareHeight(
    long * pVal
);
public: HRESULT put_ColorSquareHeight(
    long ColorSquareHeight
);
[Java]
public int getColorSquareHeight();
public void setColorSquareHeight(
    int
);
[Python - STK API ]
@property
def ColorSquareHeight(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.