Property IsSize
IsSize
Gets a value indicating whether this child holds a size — a decimal with a unit, which RdlMeasure parses.
public bool IsSize { get; }
Property Value
Remarks
Only sixteen elements in the whole schema are sizes, and they are the geometry ones.
A style size such as FontSize is declared xsd:string because it may be an
expression, so it is deliberately not one of them.