RtlTranslateAlignment(HorizontalAlignment) Method
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overloads Function RtlTranslateAlignment( _
ByVal As System.Windows.Forms.HorizontalAlignment _
) As System.Windows.Forms.HorizontalAlignment
'Usage
Dim instance As DicomViewer
Dim align As System.Windows.Forms.HorizontalAlignment
Dim value As System.Windows.Forms.HorizontalAlignment
value = instance.RtlTranslateAlignment(align)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(
System.Windows.Forms.HorizontalAlignment
)
protected function RtlTranslateAlignment(
: System.Windows.Forms.HorizontalAlignment
): System.Windows.Forms.HorizontalAlignment;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function RtlTranslateAlignment(
: System.Windows.Forms.HorizontalAlignment
) : System.Windows.Forms.HorizontalAlignment;
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(
System.Windows.Forms.HorizontalAlignment
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(
System.Windows.Forms.HorizontalAlignment
)
Parameters
- align
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also