Share via


RibbonTwoLineText Class

Definition

public ref class RibbonTwoLineText : System::Windows::Controls::Control
[System.Windows.TemplatePart(Name="PART_Path", Type=typeof(System.Windows.Shapes.Path))]
[System.Windows.TemplatePart(Name="PART_TextBlock1", Type=typeof(System.Windows.Controls.TextBlock))]
[System.Windows.TemplatePart(Name="PART_TextBlock2", Type=typeof(System.Windows.Controls.TextBlock))]
public class RibbonTwoLineText : System.Windows.Controls.Control
[<System.Windows.TemplatePart(Name="PART_Path", Type=typeof(System.Windows.Shapes.Path))>]
[<System.Windows.TemplatePart(Name="PART_TextBlock1", Type=typeof(System.Windows.Controls.TextBlock))>]
[<System.Windows.TemplatePart(Name="PART_TextBlock2", Type=typeof(System.Windows.Controls.TextBlock))>]
type RibbonTwoLineText = class
    inherit Control
Public Class RibbonTwoLineText
Inherits Control
Inheritance
RibbonTwoLineText
Attributes

Constructors

RibbonTwoLineText()

Fields

BaselineOffsetProperty
HasTwoLinesProperty
LineHeightProperty
LineStackingStrategyProperty
PaddingProperty
PathDataProperty
PathFillProperty
PathStrokeProperty
TextAlignmentProperty
TextDecorationsProperty
TextEffectsProperty
TextProperty
TextTrimmingProperty

Properties

BaselineOffset
LineHeight
LineStackingStrategy
Padding
PathFill
PathStroke
Text
TextAlignment
TextDecorations
TextEffects
TextTrimming

Attached Properties

HasTwoLines
PathData

Methods

GetHasTwoLines(DependencyObject)
GetPathData(DependencyObject)
MeasureOverride(Size)
OnApplyTemplate()
OnCreateAutomationPeer()
SetHasTwoLines(DependencyObject, Boolean)
SetPathData(DependencyObject, Geometry)

Applies to