Gets or sets mirror type of a texture. Works for Microsoft Office formats only.

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

Syntax

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

See Also