Class SvgAspectRatio
Inheritance
System.Object
SvgAspectRatio
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
public class SvgAspectRatio : ICloneable
Constructors
SvgAspectRatio()
Declaration
public SvgAspectRatio()
SvgAspectRatio(SvgPreserveAspectRatio)
Declaration
public SvgAspectRatio(SvgPreserveAspectRatio align)
Parameters
SvgPreserveAspectRatio
align
|
SvgAspectRatio(SvgPreserveAspectRatio, Boolean)
Declaration
public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice)
Parameters
SvgPreserveAspectRatio
align
|
System.Boolean
slice
|
SvgAspectRatio(SvgPreserveAspectRatio, Boolean, Boolean)
Declaration
public SvgAspectRatio(SvgPreserveAspectRatio align, bool slice, bool defer)
Parameters
SvgPreserveAspectRatio
align
|
System.Boolean
slice
|
System.Boolean
defer
|
Properties
Align
Defer
Declaration
public bool Defer { get; set; }
Property Value
System.Boolean
|
Slice
Declaration
public bool Slice { get; set; }
Property Value
System.Boolean
|
Methods
Clone()
Declaration
public object Clone()
Returns
System.Object
|
Implements
System.ICloneable.Clone()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()