Gets or sets texture alignment type.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also