IsRelativeSize

FontSize.IsRelativeSize property

Indicates whether this font-size is defined with an relative size as a keyword. The font will be larger or smaller relative to the parent element’s font size, roughly by the ratio used to separate the absolute-size keywords.

public bool IsRelativeSize { get; }

See Also