UltimateSpell Class Library |
UltimateSpellButton..::..ImageAlign Property |
UltimateSpellButton Class See Also Send Feedback |
Gets or sets the alignment of the spell button when ButtonType is ImageButton.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public ImageAlign ImageAlign { get; set; } |
Visual Basic |
---|
Public Property ImageAlign As ImageAlign Get Set |
Visual C++ |
---|
public: property ImageAlign ImageAlign { ImageAlign get (); void set (ImageAlign value); } |
Field Value
Alignment of the spell button when ButtonType is ImageButton. The default value is AbsMiddle.Remarks
Use this property to set the alignment of the spell button when ButtonType is ImageButton.