AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.