Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / AutoSizeMode Property

In This Topic
    AutoSizeMode Property (C1DropDownButton)
    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