Class SvgKern
Inherited Members
System.Object.ToString()
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 abstract class SvgKern : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgKern()
Declaration
protected SvgKern()
Properties
Glyph1
Declaration
public string Glyph1 { get; set; }
Property Value
System.String
|
Glyph2
Declaration
public string Glyph2 { get; set; }
Property Value
System.String
|
Kerning
Declaration
public float Kerning { get; set; }
Property Value
System.Single
|
Unicode1
Declaration
public string Unicode1 { get; set; }
Property Value
System.String
|
Unicode2
Declaration
public string Unicode2 { get; set; }
Property Value
System.String
|