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
- value
Tipo: System.Double
O tamanho solicitado do elemento.
- type
Tipo: Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType
O tipo é usado para determinar como o tamanho do elemento é calculado.
Exceções
Exceção | Condição |
---|---|
ArgumentException | value is Double.NaN. - ou - typeis Star and value is NegativeInfinity or PositiveInfinity. - ou - |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.