Skip to content

Commit 51e83d6

Browse files
Merge branch 'main' into production
2 parents d1817df + f397d05 commit 51e83d6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

english/net/aspose.html.dom.css/cssprimitivevalue/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 perpxunit (x). |
8283

8384
### See Also
8485

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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](../../../)

0 commit comments

Comments
 (0)