 |
TextBlockVisual3DIsBackSidedTextFlipped Property |
Gets or sets a Boolean that specifies if the text on the back side is horizontally flipped so that it appears correct when viewing from the back side.
When false (by default), the text on front and back side is the same. This property has effect only when
IsTwoSidedText property is set to true.
Namespace:
Ab3d.Visuals
Assembly:
Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 10.1.8147.1045
Syntaxpublic bool IsBackSidedTextFlipped { get; set; }
Property Value
Type:
Boolean
See Also