Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.51 KB

formateffect.md

File metadata and controls

36 lines (23 loc) · 1.51 KB
-api-id -api-type
T:Windows.UI.Text.FormatEffect
winrt enum

FormatEffect

-description

Defines values that indicate the state of a character or paragraph formatting property.

-enum-fields

-field Off:0

Turns off the property.

-field On:1

Turns on the property.

-field Toggle:2

Toggles the current setting.

-field Undefined:3

No change.

-remarks

-examples

-see-also

ITextCharacterFormat.AllCaps, ITextCharacterFormat.Bold, ITextCharacterFormat.Hidden, ITextCharacterFormat.Italic, ITextCharacterFormat.Outline, ITextCharacterFormat.ProtectedText, ITextCharacterFormat.SmallCaps, ITextCharacterFormat.StrikeThrough, ITextCharacterFormat.Subscript, ITextCharacterFormat.Superscript, ITextParagraphFormat.KeepTogether, ITextParagraphFormat.KeepWithNext, ITextParagraphFormat.NoLineNumber, ITextParagraphFormat.PageBreakBefore, ITextParagraphFormat.WidowControl