This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleTextSymbol Interface > ISimpleTextSymbol.Clip Property (ArcObjects .NET 10.4 SDK) |
Indicates if the text will be clipped per geometry.
[Visual Basic .NET] Public Property Clip As Boolean
[C#] public bool Clip {get; set;}
[C++]
HRESULT get_Clip(
VARIANT_BOOL* Clip
);
[C++]
HRESULT put_Clip(
VARIANT_BOOL Clip
);
[C++]
Parameters Clip [out, retval] Clip is a parameter of type VARIANT_BOOL Clip [in] Clip is a parameter of type VARIANT_BOOL