Gets or sets a value indicating whether to clip the text to bounds.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public bool ClipText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ClipText As Boolean |
See Also