This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.RightToLeft Property

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property RightToLeft As RightToLeft
C#
[BrowsableAttribute(false)]
public override RightToLeft RightToLeft { get; }

Property Value

RightToLeft value.

Remarks

This property makes no sense for the BitmapViewer class.

See Also

Reference