AGI STK Objects 11 Send comments on this topic.
FillTranslucency Property (IAgCvGfxStatic)
See Also 





Description

Specify the fill translucency percentage for the grid. Translucency ranges from 0 to 100 percent, where 100 percent is invisible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FillTranslucency() As Double

[C#]
public double FillTranslucency {get; set;}

[Managed C++]
public: __property double get_FillTranslucency();
public: __property void set_FillTranslucency(
double
);

[Unmanaged C++]
public: HRESULT get_FillTranslucency(
double * pRetVal
);
public: HRESULT put_FillTranslucency(
double NewFillTranslucency
);

[Java]
public double getFillTranslucency();public void setFillTranslucency(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1