Class TelerikAlignHelper
Inheritance
System.Object
TelerikAlignHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class TelerikAlignHelper
Constructors
TelerikAlignHelper()
Declaration
public TelerikAlignHelper()
Methods
ImageAlignToRelation(ContentAlignment)
Declaration
public static TextImageRelation ImageAlignToRelation(ContentAlignment alignment)
Parameters
System.Drawing.ContentAlignment
alignment
|
Returns
System.Windows.Forms.TextImageRelation
|
RtlTranslateContent(ContentAlignment)
Declaration
public static ContentAlignment RtlTranslateContent(ContentAlignment align)
Parameters
System.Drawing.ContentAlignment
align
|
Returns
System.Drawing.ContentAlignment
|
RtlTranslateRelation(TextImageRelation)
Declaration
public static TextImageRelation RtlTranslateRelation(TextImageRelation relation)
Parameters
System.Windows.Forms.TextImageRelation
relation
|
Returns
System.Windows.Forms.TextImageRelation
|
TextAlignToRelation(ContentAlignment)
Declaration
public static TextImageRelation TextAlignToRelation(ContentAlignment alignment)
Parameters
System.Drawing.ContentAlignment
alignment
|
Returns
System.Windows.Forms.TextImageRelation
|
TranslateAlignment(ContentAlignment)
Declaration
public static StringAlignment TranslateAlignment(ContentAlignment align)
Parameters
System.Drawing.ContentAlignment
align
|
Returns
System.Drawing.StringAlignment
|
TranslateAlignmentForGDI(ContentAlignment)
Declaration
public static TextFormatFlags TranslateAlignmentForGDI(ContentAlignment align)
Parameters
System.Drawing.ContentAlignment
align
|
Returns
System.Windows.Forms.TextFormatFlags
|
TranslateLineAlignment(ContentAlignment)
Declaration
public static StringAlignment TranslateLineAlignment(ContentAlignment align)
Parameters
System.Drawing.ContentAlignment
align
|
Returns
System.Drawing.StringAlignment
|
TranslateLineAlignmentForGDI(ContentAlignment)
Declaration
public static TextFormatFlags TranslateLineAlignmentForGDI(ContentAlignment align)
Parameters
System.Drawing.ContentAlignment
align
|
Returns
System.Windows.Forms.TextFormatFlags
|