IPicture
HorizontalAlignment Property
|
Returns or setspicture horizontal alignment.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
ShapeHorizontalAlignment HorizontalAlignment { get; set; }
Property HorizontalAlignment As ShapeHorizontalAlignment
Get
Set
property ShapeHorizontalAlignment HorizontalAlignment {
ShapeHorizontalAlignment get ();
void set (ShapeHorizontalAlignment value);
}
abstract HorizontalAlignment : ShapeHorizontalAlignment with get, set
Property Value
Type:
ShapeHorizontalAlignment
Remarks
If it is set as None, then the object is explicitly positioned using position properties. Otherwise it is positioned according to the alignment specified. The position of the object is relative to HorizontalOrigin.
See Also