Beispiel #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)
 {
     // No right to left support in this sample.
     return false;
 }
Beispiel #2
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)
 {
     // No right to left support in this sample.
     return(false);
 }
Beispiel #3
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));
 }
 /// <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(false);
 }