ArcObjects Library Reference (Display)  

ISimpleTextSymbol.Clip Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISimpleTextSymbol Interface