ControlBaseRightToLeft Property

Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public RightToLeft RightToLeft { get; set; }

Return Value

RightToLeft
One of the RightToLeft values. The default is Inherit.

Exceptions

InvalidEnumArgumentExceptionThe assigned value is not one of the RightToLeft values.

See Also