Property UseCurrentView
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
UseCurrentView
The initial view (i.e., before magnification and panning) of the current innermost SVG document fragment can be either the "standard" view (i.e., based on attributes on the 'svg' element such as fitBoxToViewport) or to a "custom" view (i.e., a hyperlink into a particular 'view' or other element - see Linking into SVG content: URI fragments and SVG views). If the initial view is the "standard" view, then this attribute is false. If the initial view is a "custom" view, then this attribute is true.
public bool UseCurrentView { get; set; }
Property Value
Exceptions
- DomException
NO_MODIFICATION_ALLOWED_ERR:
Raised on an attempt to change the value of a readonly attribute.