AGI STK Graphics 11 Send comments on this topic.
ClipToParent Property (IAgStkGraphicsOverlay)
See Also 





Description

Gets or sets a value indicating whether or not the overlay will be clipped by the Bounds of its parent. If this property is false, part of this overlay may be visible outside of its parent's bounds.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_ClipToParent();
public: __property void set_ClipToParent(
bool
);

[Unmanaged C++]
public: HRESULT get_ClipToParent(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ClipToParent(
VARIANT_BOOL NewClipToParent
);

[Java]
public bool getClipToParent();public void setClipToParent(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1