TextAnchoringControl Property

Office Open XML

Specifies the centering of the text box.

Namespace:  OfficeOpenXml.Drawing
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool TextAnchoringControl { get; set; }
Visual Basic (Declaration)
Public Property TextAnchoringControl As Boolean
Visual C++
public:
property bool TextAnchoringControl {
	bool get ();
	void set (bool value);
}

See Also