File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
english/net/aspose.html.dom.css/cssprimitivevalue Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ public abstract class CSSPrimitiveValue : CSSValue
7979| const [CSS_VMAX ](.. / .. / aspose .html .dom .css / cssprimitivevalue / css_vmax / ) | The value is a percentage of the viewport width or height , whichever is larger . |
8080| const [CSS_VMIN ](.. / .. / aspose .html .dom .css / cssprimitivevalue / css_vmin / ) | The value is a percentage of the viewport width or height , whichever is smaller . |
8181| const [CSS_VW ](.. / .. / aspose .html .dom .css / cssprimitivevalue / css_vw / ) | The value is a percentage of the full viewport width . |
82+ | const [CSS_X ](.. / .. / aspose .html .dom .css / cssprimitivevalue / css_x / ) | The value is a dots per ‘px ’ unit (x ). |
8283
8384### See Also
8485
Original file line number Diff line number Diff line change 1+ ---
2+ title : CSSPrimitiveValue.CSS_X
3+ second_title : Aspose.HTML for .NET API Reference
4+ description : CSSPrimitiveValue CSS_X field. The value is a dots per px unit x
5+ type : docs
6+ weight : 460
7+ url : /net/aspose.html.dom.css/cssprimitivevalue/css_x/
8+ ---
9+ ## CSSPrimitiveValue.CSS_X field
10+
11+ The value is a dots per ‘px’ unit (x).
12+
13+ ``` csharp
14+ public const ushort CSS_X ;
15+ ```
16+
17+ ### See Also
18+
19+ * class [ CSSPrimitiveValue] ( ../ )
20+ * namespace [ Aspose.Html.Dom.Css] ( ../../../aspose.html.dom.css/ )
21+ * assembly [ Aspose.HTML] ( ../../../ )
You can’t perform that action at this time.
0 commit comments