Compartilhar via


Construtor RibbonControlLength (Double, RibbonControlLengthUnitType)

Inicializa uma nova instância de RibbonControlLength estrutura com o valor especificado e o comprimento unidade.

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

Sintaxe

'Declaração
Public Sub New ( _
    value As Double, _
    type As RibbonControlLengthUnitType _
)
public RibbonControlLength(
    double value,
    RibbonControlLengthUnitType type
)
public:
RibbonControlLength(
    double value, 
    RibbonControlLengthUnitType type
)
new : 
        value:float * 
        type:RibbonControlLengthUnitType -> RibbonControlLength
public function RibbonControlLength(
    value : double, 
    type : RibbonControlLengthUnitType
)

Parâmetros

Exceções

Exceção Condição
ArgumentException

value is Double.NaN.

- ou -

typeis Star and value is NegativeInfinity or PositiveInfinity.

- ou -

typeis not Auto, Pixel, Star, or Item.

Segurança do .NET Framework

Consulte também

Referência

RibbonControlLength Estrutura

Sobrecargas RibbonControlLength

Namespace Microsoft.Windows.Controls.Ribbon