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

Syntax

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);
}

See Also