'Declaration
Public Enum C1StyleLengthUnit Inherits System.Enum
public enum C1StyleLengthUnit : System.Enum
'Declaration
Public Enum C1StyleLengthUnit Inherits System.Enum
public enum C1StyleLengthUnit : System.Enum
Member | Description |
---|---|
CH | Relative to width of the "0" (zero) |
CM | Centimeters |
EM | Relative to the font-size of the element (2em means 2 times the size of the current font) |
EX | Relative to the x-height of the current font (rarely used) |
IN | Inches (1in = 96px = 2.54cm) |
MM | Millimeters |
PC | Picas (1pc = 12 pt) |
PERCENTAGE | Relative to the parent element |
PT | Points (1pt = 1 / 72 of 1in) |
PX | Pixels (1px = 1 / 96th of 1in) |
REM | Relative to font-size of the root element |
VH | Relative to 1% of the height of the viewport* |
VMAX | Relative to 1% of viewport's* larger dimension |
VMIN | Relative to 1% of viewport's* smaller dimension |
VW | Relative to 1% of the width of the viewport* |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleLengthUnit