FigureLength.IsAbsolute Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui détermine si FigureLength maintient une valeur absolue (en pixels).
public:
property bool IsAbsolute { bool get(); };
public bool IsAbsolute { get; }
member this.IsAbsolute : bool
Public ReadOnly Property IsAbsolute As Boolean
Valeur de propriété
true
si cela FigureLength contient une valeur absolue (en pixels) ; sinon, false
. La valeur par défaut est false
.