STK Graphics PrimitivesSend comments on this topic.
Translucency Property (IAgStkGraphicsOverlay)
See Also
Windows





Windows & Linux

Description

Gets or sets the overlay's translucency. Translucency is a value between 0.0 and 1.0, where 0.0 is completely opaque and 1.0 is completely transparent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Translucency() As Single
[C#]
public float Translucency {get; set;}
[Managed C++]
public: __property float get_Translucency();
public: __property void set_Translucency( float );
[Unmanaged C++]
public: HRESULT get_Translucency(
    float * pRetVal
);
public: HRESULT put_Translucency(
    float Translucency
);
[Java]
public float getTranslucency();
public void setTranslucency(
    float
);
[Python - STK API ]
@property
def Translucency(self) -> float:

@Translucency.setter
def Translucency(self, Translucency:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.