Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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