Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Collapse imageSyntax

C#
public Alignment Align { get; set; }
Visual Basic
Public Property Align As Alignment
	Get
	Set
Visual C++
public:
property Alignment Align {
	Alignment get ();
	void set (Alignment value);
}

Collapse imageSee Also