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





Windows & Linux

Description

Color square width in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ColorSquareWidth() As Integer
[C#]
public int ColorSquareWidth {get; set;}
[Managed C++]
public: __property int get_ColorSquareWidth();
public: __property void set_ColorSquareWidth( int );
[Unmanaged C++]
public: HRESULT get_ColorSquareWidth(
    long * pVal
);
public: HRESULT put_ColorSquareWidth(
    long ColorSquareWidth
);
[Java]
public int getColorSquareWidth();
public void setColorSquareWidth(
    int
);
[Python - STK API ]
@property
def ColorSquareWidth(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.