Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / InputElement Structure / AppendAligned Property

In This Topic
    AppendAligned Property
    In This Topic
    Returns a value that can be used for the offset parameter of an InputElement to indicate that the element should be aligned directly after the previous element, including any packing if neccessary.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property AppendAligned As System.Integer
    public static System.int AppendAligned {get;}

    Property Value

    A value used to align input elements.
    See Also