On this page
PreserveAspectRatio class
- Inheritance
 - 
    
- Object
 - JSObject
 - DartHtmlDomObject
 - PreserveAspectRatio
 
 - Annotations
 - 
    
- @DocsEditable()
 - @DomName('SVGPreserveAspectRatio')
 - @Unstable()
 
 
Constants
- SVG_MEETORSLICE_MEET → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET')
 - 
    
1 - SVG_MEETORSLICE_SLICE → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE')
 - 
    
2 - SVG_MEETORSLICE_UNKNOWN → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN')
 - 
    
0 - SVG_PRESERVEASPECTRATIO_NONE → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_NONE')
 - 
    
1 - SVG_PRESERVEASPECTRATIO_UNKNOWN → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN')
 - 
    
0 - SVG_PRESERVEASPECTRATIO_XMAXYMAX → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMAX')
 - 
    
10 - SVG_PRESERVEASPECTRATIO_XMAXYMID → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMID')
 - 
    
7 - SVG_PRESERVEASPECTRATIO_XMAXYMIN → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMIN')
 - 
    
4 - SVG_PRESERVEASPECTRATIO_XMIDYMAX → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMAX')
 - 
    
9 - SVG_PRESERVEASPECTRATIO_XMIDYMID → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID')
 - 
    
6 - SVG_PRESERVEASPECTRATIO_XMIDYMIN → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN')
 - 
    
3 - SVG_PRESERVEASPECTRATIO_XMINYMAX → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMAX')
 - 
    
8 - SVG_PRESERVEASPECTRATIO_XMINYMID → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID')
 - 
    
5 - SVG_PRESERVEASPECTRATIO_XMINYMIN → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN')
 - 
    
2 
Static Properties
- instanceRuntimeType → Type
    @Deprecated("Internal Use Only"), read-only
 
Constructors
Properties
- align → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.align'), read / write
 - meetOrSlice → int
    @DocsEditable(), @DomName('SVGPreserveAspectRatio.meetOrSlice'), read / write
 - hashCode → int
    read-only, inherited
 - runtimeType → Type
    read-only, inherited
 - 
    
A representation of the runtime type of the object.
 
Operators
- operator ==(
other) → bool inherited - 
    
The equality operator.
 
Methods
- noSuchMethod(
Invocation invocation) → dynamic inherited - 
    
Invoked when a non-existent method or property is accessed.
 - toString(
) → String inherited - 
    
Returns the result of the JavaScript objects
toStringmethod. 
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
 https://api.dartlang.org/stable/1.24.3/dart-svg/PreserveAspectRatio-class.html