Example #1
0
 /// <summary>
 /// Gets the true/false value for right to left format based on the kind specified.
 /// </summary>
 /// <param name="rightToLeftKind">Either the layout or text kind to check for.</param>
 /// <returns>True if layout or text based on the RightToLeftKind passed is right to left,
 /// false otherwise.</returns>
 public override bool GetRightToLeftProperty(RightToLeftKind rightToLeftKind)
 {
     return(InnerElement.GetRightToLeftProperty(rightToLeftKind));
 }