RibbonControlLength Constructors
Definition
Important
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.
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