ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / Align Property

In This Topic
    Align Property (Field)
    In This Topic
    Gets or sets how text is aligned within the field.
    Syntax
    'Declaration
     
    Public Property Align As FieldAlignEnum
    public FieldAlignEnum Align {get; set;}
    Remarks

    This property determines how text is aligned within the field.

    To control picture alignment, use the C1.C1Preview.C1Report.Field.PictureAlign property.

    See Also