AGI Common Entity Library 11 Send comments on this topic.
Transparent Property (IAgMarkerGraphics)
See Also 





Description

Indicates if the marker background should be transparent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Transparent() As Boolean

[C#]
public bool Transparent {get; set;}

[Managed C++]
public: __property bool get_Transparent();
public: __property void set_Transparent(
bool
);

[Unmanaged C++]
public: HRESULT get_Transparent(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_Transparent(
VARIANT_BOOL NewTransparent
);

[Java]
public bool getTransparent();public void setTransparent(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1