Justification Property (IRichLine) Send Feedback
See Also 
Gets or sets the justification of the RichLine.

Syntax

Visual Basic 
Property Justification As dsRichLineJustification_e
C# 
dsRichLineJustification_e Justification {get; set;}
JavaScript 
get_Justification () : String
put_Justification (
   NewVal : String
)
COM native C++ 
HRESULT get_Justification(
   dsRichLineJustification_e* Val
) 
HRESULT put_Justification( 
   dsRichLineJustification_e NewVal
C++ 
DSRESULT get_Justification (
   dsRichLineJustification_e* Val
)
DSRESULT put_Justification(
   dsRichLineJustification_e NewVal
)

Property Value

Justification of the RichLine as defined in dsRichLineJustification_e

See Also

Availability

DraftSight V1R1.1