C# 클래스 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.
상속: System.Windows.Freezable
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ImageSizeProperty System.Windows.DependencyProperty
IsLabelVisibleProperty System.Windows.DependencyProperty
MaxWidthProperty System.Windows.DependencyProperty
MinWidthProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
GetFrozenControlSizeDefinition RibbonControlSizeDefinition
ValidateMaxWidth bool
ValidateMinWidth bool
ValidateWidth bool

보호된 메소드들

메소드 설명
CreateInstanceCore ( ) : System.Windows.Freezable

비공개 메소드들

메소드 설명
GetFrozenControlSizeDefinition ( RibbonImageSize imageSize, bool isLabelVisible ) : RibbonControlSizeDefinition
ValidateMaxWidth ( object maxWidth ) : bool
ValidateMinWidth ( object minWidth ) : bool
ValidateWidth ( object width ) : bool

메소드 상세

CreateInstanceCore() 보호된 메소드

protected CreateInstanceCore ( ) : System.Windows.Freezable
리턴 System.Windows.Freezable

프로퍼티 상세

ImageSizeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ImageSizeProperty
리턴 System.Windows.DependencyProperty

IsLabelVisibleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsLabelVisibleProperty
리턴 System.Windows.DependencyProperty

MaxWidthProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MaxWidthProperty
리턴 System.Windows.DependencyProperty

MinWidthProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MinWidthProperty
리턴 System.Windows.DependencyProperty

WidthProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows WidthProperty
리턴 System.Windows.DependencyProperty