Click or drag to resize
AB4D logo

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: 11.1.8864.1045
Syntax
C#
public bool IsBackSidedTextFlipped { get; set; }

Property Value

Boolean
See Also