Class InRibbonItemsPresenter
Represents InRibbonItemsPresenter class.
Inheritance
System.Object
InRibbonItemsPresenter
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class InRibbonItemsPresenter : ItemsPresenter
Constructors
InRibbonItemsPresenter()
Declaration
public InRibbonItemsPresenter()
Fields
ChildVerticalOffsetProperty
Defines panel vertical offset of layout.
Declaration
public static readonly DependencyProperty ChildVerticalOffsetProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ChildVerticalOffset
Gets or sets vertical offset of layout.
Declaration
public double ChildVerticalOffset { get; set; }
Property Value
Type |
---|
System.Double |
PanelActualHeight
Gets the actual height of the panel.
Declaration
public double PanelActualHeight { get; }
Property Value
Type | Description |
---|---|
System.Double | The actual height of the panel. |
PanelActualWidth
Gets the actual width of the panel.
Declaration
public double PanelActualWidth { get; }
Property Value
Type | Description |
---|---|
System.Double | The actual width of the panel. |
Methods
OnChildVerticalOffsetChanged(DependencyPropertyChangedEventArgs)
Updates property value cache and raises ChildVerticalOffsetChanged event.
Declaration
protected virtual void OnChildVerticalOffsetChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Property change details, such as old value and new value. |
Events
ChildVerticalOffsetChanged
Event that is raised when ChildVerticalOffset property is changed.
Declaration
public event PropertyChangedCallback ChildVerticalOffsetChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |