Class RibbonPanelBase
Base class for the Ribbon Tab panel.
Inheritance
System.Object
RibbonPanelBase
Namespace: Telerik.Windows.Controls.RibbonView.Primitives
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class RibbonPanelBase : Panel
Constructors
RibbonPanelBase()
Declaration
public RibbonPanelBase()
Fields
ItemSpacingProperty
Identifies the ItemSpacing property.
Declaration
public static readonly DependencyProperty ItemSpacingProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ItemSpacing
Gets or sets the item spacing.
Declaration
public double ItemSpacing { get; set; }
Property Value
System.Double
The item spacing. |