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
Afficher le fichier Open project: kasicass/kasicass Class Usage Examples

Méthodes publiques

Свойство Type Description
ImageSizeProperty System.Windows.DependencyProperty
IsLabelVisibleProperty System.Windows.DependencyProperty
MaxWidthProperty System.Windows.DependencyProperty
MinWidthProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
GetFrozenControlSizeDefinition RibbonControlSizeDefinition
ValidateMaxWidth bool
ValidateMinWidth bool
ValidateWidth bool

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : System.Windows.Freezable

Private Methods

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

Method Details

CreateInstanceCore() protected méthode

protected CreateInstanceCore ( ) : System.Windows.Freezable
Résultat System.Windows.Freezable

Property Details

ImageSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ImageSizeProperty
Résultat System.Windows.DependencyProperty

IsLabelVisibleProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsLabelVisibleProperty
Résultat System.Windows.DependencyProperty

MaxWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxWidthProperty
Résultat System.Windows.DependencyProperty

MinWidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinWidthProperty
Résultat System.Windows.DependencyProperty

WidthProperty public_oe static_oe property

public static DependencyProperty,System.Windows WidthProperty
Résultat System.Windows.DependencyProperty