Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonGroupPanel Class / WidthConstraint Property

In This Topic
    WidthConstraint Property (RibbonGroupPanel)
    In This Topic
    Gets or sets a width constraint used by the ribon to control the size of the tools.
    Syntax
    'Declaration
     
    
    Public Property WidthConstraint As RibbonGroupWidthConstraint
    public RibbonGroupWidthConstraint WidthConstraint {get; set;}
    See Also