This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Structures > E > esriGDICommentSetTextJustification Structure (ArcObjects .NET 10.5 SDK) |
GDI Comment Stucture used for setting text justifictaion in line.
[Visual Basic .NET] Public Sub New ( _ dSignature As Integer, nVersion As Integer, dExtraSpacing As Integer, dBreakCharCount As Integer )
[C#] public esriGDICommentSetTextJustification { uint dSignature, uint nVersion, uint dExtraSpacing, uint dBreakCharCount )
[C++]
typedef struct esriGDICommentSetTextJustification {
Unsigned long dSignature;
Unsigned long nVersion;
Unsigned long dExtraSpacing;
Unsigned long dBreakCharCount; } esriGDICommentSetTextJustification;