Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1SplitButton Class / AutoSizeMode Property

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