Compartilhar via


Método RibbonTwoLineText.SetHasTwoLines

Define o valor de HasTwoLines anexado a propriedade de um objeto.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (em RibbonControlsLibrary.dll)

Sintaxe

'Declaração
Public Shared Sub SetHasTwoLines ( _
    element As DependencyObject, _
    value As Boolean _
)
public static void SetHasTwoLines(
    DependencyObject element,
    bool value
)
public:
static void SetHasTwoLines(
    DependencyObject^ element, 
    bool value
)
static member SetHasTwoLines : 
        element:DependencyObject * 
        value:bool -> unit 
public static function SetHasTwoLines(
    element : DependencyObject, 
    value : boolean
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

The specified element is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

RibbonTwoLineText Classe

Namespace Microsoft.Windows.Controls.Ribbon