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





Windows & Linux

Description

Set the width of the individual color band. Number between 1 and 100.

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(
    int * pVal
);
public: HRESULT put_ColorSquareWidth(
    int pVal
);
[Java]
public Integer getColorSquareWidth();
public void setColorSquareWidth(
    Integer
);
[Python - STK API ]
@property
def ColorSquareWidth(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.