C# Class Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition

This class contains information about image size, visibility, and label visibility for a particular size configuration of a Ribbon control.
Inheritance: System.Windows.Freezable
Show file Open project: kasicass/kasicass Class Usage Examples

Public Properties

Property Type Description
ImageSizeProperty System.Windows.DependencyProperty
IsLabelVisibleProperty System.Windows.DependencyProperty
MaxWidthProperty System.Windows.DependencyProperty
MinWidthProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
GetFrozenControlSizeDefinition RibbonControlSizeDefinition
ValidateMaxWidth bool
ValidateMinWidth bool
ValidateWidth bool

Protected Methods

Method Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

Method Description
GetFrozenControlSizeDefinition ( RibbonImageSize imageSize, bool isLabelVisible ) : RibbonControlSizeDefinition
ValidateMaxWidth ( object maxWidth ) : bool
ValidateMinWidth ( object minWidth ) : bool
ValidateWidth ( object width ) : bool

Method Details

CreateInstanceCore() protected method

protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable

Property Details

ImageSizeProperty public static property

public static DependencyProperty,System.Windows ImageSizeProperty
return System.Windows.DependencyProperty

IsLabelVisibleProperty public static property

public static DependencyProperty,System.Windows IsLabelVisibleProperty
return System.Windows.DependencyProperty

MaxWidthProperty public static property

public static DependencyProperty,System.Windows MaxWidthProperty
return System.Windows.DependencyProperty

MinWidthProperty public static property

public static DependencyProperty,System.Windows MinWidthProperty
return System.Windows.DependencyProperty

WidthProperty public static property

public static DependencyProperty,System.Windows WidthProperty
return System.Windows.DependencyProperty