次の方法で共有


RibbonControlLength Constructors

Definition

Overloads

RibbonControlLength(Double)
RibbonControlLength(Double, RibbonControlLengthUnitType)

RibbonControlLength(Double)

public:
 RibbonControlLength(double pixels);
public RibbonControlLength (double pixels);
new Microsoft.Windows.Controls.Ribbon.RibbonControlLength : double -> Microsoft.Windows.Controls.Ribbon.RibbonControlLength
Public Sub New (pixels As Double)

Parameters

pixels
Double

Applies to

RibbonControlLength(Double, RibbonControlLengthUnitType)

public:
 RibbonControlLength(double value, Microsoft::Windows::Controls::Ribbon::RibbonControlLengthUnitType type);
public RibbonControlLength (double value, Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType type);
new Microsoft.Windows.Controls.Ribbon.RibbonControlLength : double * Microsoft.Windows.Controls.Ribbon.RibbonControlLengthUnitType -> Microsoft.Windows.Controls.Ribbon.RibbonControlLength
Public Sub New (value As Double, type As RibbonControlLengthUnitType)

Parameters

value
Double

Applies to