ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / AutoSizeMode Property

In This Topic
    AutoSizeMode Property
    In This Topic
    Gets or sets how the content of the poup will be resized as the content size changes.
    Syntax
    'Declaration
     
    Public Property AutoSizeMode As AutoSizeMode
    public AutoSizeMode AutoSizeMode {get; set;}
    See Also