combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyDisplay Class / Alignment Property


In This Topic
    Alignment Property (PropertyDisplay)
    In This Topic

    Sets the alignment of the drawing in the object's frame.

    "0" = Centered
    "1" = Tiled
    "2" = Left Top
    "3" = Left Bottom
    "4" = Right Top
    "5" = Right Bottom
    "6" = Left
    "7" = Right
    "8" = Top
    "9" = Bottom
    Syntax
    'Declaration
     
    
    Public Property Alignment As String
    public string Alignment {get; set;}
    public:
    property String^ Alignment {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also