This property sets the alignment for the text in the selected Stamp object.

[Visual Basic] Public Property SelectedObjectTextAlign As Align
[C#] public Align SelectedObjectTextAlign {get; set;}

Property Value

The value of type Align representing the alignment for the text in the selected Stamp object
Default value is Align.Center

Explanation

The SelectedObjectTextAlign property sets the alignment for the text in the selected Stamp object. This property is only enabled when a Stamp object has been selected.

When the EditKind property is set to values other than KindOfEdit.Select, when no object has been selected, or when the selected object is not a Stamp object, this property value is Align.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation