Table of Contents

Property PointExpressions

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

PointExpressions

Gets the unevaluated coordinate tokens, two per point (x then y). Empty when every coordinate is a literal, which is the case for all hand-authored freeform geometry. A null entry defers to the literal in Points.

public IReadOnlyList<string?> PointExpressions { get; }

Property Value

IReadOnlyList<string>