InkEdit.SelAlignment property
Gets or sets a value that controls the alignment of the paragraphs in an InkEdit control.
This property is read/write.
Syntax
HRESULT put_SelAlignment(
[in] VARIANT pvarSelAlignment
);
HRESULT get_SelAlignment(
[out, retval] VARIANT *pvarSelAlignment
);
Property value
An integer value that determines paragraph alignment
Remarks
The SelAlignment property determines paragraph alignment for all paragraphs that have text in the current selection or for the paragraph containing the insertion point if no text is selected.
If a selection spans multiple paragraphs with different alignment styles, the SelAlignment property will be null.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also