Interface ISvgPreserveAspectRatio
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
The SvgPreserveAspectRatio interface corresponds to the preserveAspectRatio attribute, which is available for some of Svg's elements.
public interface ISvgPreserveAspectRatio
Properties
- Align
The type of the alignment value as specified by one of the constants specified above.
- IsDefaultAlign
Gets a value indicating if this a default aspect ratio or it is defined by the target element.
- MeetOrSlice
The type of the meet-or-slice value as specified by one of the constants specified above.