C# 클래스 Microsoft.Windows.Controls.Ribbon.RibbonTwoLineText

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaselineOffsetProperty DependencyProperty
HasTwoLinesProperty DependencyProperty
LineHeightProperty DependencyProperty
LineStackingStrategyProperty DependencyProperty
PaddingProperty DependencyProperty
PathDataProperty DependencyProperty
PathFillProperty DependencyProperty
PathStrokeProperty DependencyProperty
TextAlignmentProperty DependencyProperty
TextDecorationsProperty DependencyProperty
TextEffectsProperty DependencyProperty
TextProperty DependencyProperty
TextTrimmingProperty DependencyProperty

Private Properties

프로퍼티 타입 설명
MeasureWithConstraint void
MeasureWithoutConstraint void
RibbonTwoLineText System

공개 메소드들

메소드 설명
GetHasTwoLines ( DependencyObject element ) : bool

Gets or sets a value indicating whether the RibbonTwoLineText should be allowed to layout on two lines or if it should be restricted to one.

GetPathData ( DependencyObject element ) : Geometry
OnApplyTemplate ( ) : void
SetHasTwoLines ( DependencyObject element, bool value ) : void
SetPathData ( DependencyObject element, Geometry value ) : void

보호된 메소드들

메소드 설명
MeasureOverride ( Size availableSize ) : Size
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer

비공개 메소드들

메소드 설명
MeasureWithConstraint ( Size availableSize, TextPointer &secondLinePointer ) : void

Layout Text into two lines when width is restricted and determine if a LineBreak occurs.

MeasureWithoutConstraint ( TextPointer &secondLinePointer ) : void

Layout Text into two lines without any constraint and determine if a LineBreak occurs.

RibbonTwoLineText ( ) : System

메소드 상세

GetHasTwoLines() 공개 정적인 메소드

Gets or sets a value indicating whether the RibbonTwoLineText should be allowed to layout on two lines or if it should be restricted to one.
public static GetHasTwoLines ( DependencyObject element ) : bool
element DependencyObject
리턴 bool

GetPathData() 공개 정적인 메소드

public static GetPathData ( DependencyObject element ) : Geometry
element DependencyObject
리턴 Geometry

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size availableSize ) : Size
availableSize Size
리턴 Size

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

SetHasTwoLines() 공개 정적인 메소드

public static SetHasTwoLines ( DependencyObject element, bool value ) : void
element DependencyObject
value bool
리턴 void

SetPathData() 공개 정적인 메소드

public static SetPathData ( DependencyObject element, Geometry value ) : void
element DependencyObject
value Geometry
리턴 void

프로퍼티 상세

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

public static DependencyProperty BaselineOffsetProperty
리턴 DependencyProperty

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

Using a DependencyProperty as the backing store for HasTwoLinesProperty. This enables animation, styling, binding, etc...
public static DependencyProperty HasTwoLinesProperty
리턴 DependencyProperty

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

Adds RibbonTwoLineText as an owner of this property.
public static DependencyProperty LineHeightProperty
리턴 DependencyProperty

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

Adds RibbonTwoLineText as an owner of this property.
public static DependencyProperty LineStackingStrategyProperty
리턴 DependencyProperty

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

public static DependencyProperty PaddingProperty
리턴 DependencyProperty

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

Defines Path data for the label's appending Geometry.
public static DependencyProperty PathDataProperty
리턴 DependencyProperty

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

Using a DependencyProperty as the backing store for PathFillProperty. This enables animation, styling, binding, etc...
public static DependencyProperty PathFillProperty
리턴 DependencyProperty

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

Using a DependencyProperty as the backing store for PathStrokeProperty. This enables animation, styling, binding, etc...
public static DependencyProperty PathStrokeProperty
리턴 DependencyProperty

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

Adds RibbonTwoLineText as an owner of this property.
public static DependencyProperty TextAlignmentProperty
리턴 DependencyProperty

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

public static DependencyProperty TextDecorationsProperty
리턴 DependencyProperty

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

public static DependencyProperty TextEffectsProperty
리턴 DependencyProperty

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

Using a DependencyProperty as the backing store for TextProperty. This enables animation, styling, binding, etc...
public static DependencyProperty TextProperty
리턴 DependencyProperty

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

Adds RibbonTwoLineText as an owner of this property.
public static DependencyProperty TextTrimmingProperty
리턴 DependencyProperty