ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / InputElement Structure / AppendAligned Property

In This Topic
    AppendAligned Property (InputElement)
    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