| CharacterInfoOffset Property |
Gets offset to the next character in points.
Namespace: Aspose.Svg.RenderingAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic float Offset { get; }Public ReadOnly Property Offset As Single
Get
public:
property float Offset {
float get ();
}member Offset : float32 with get
Property Value
Type:
Single
Offset in points.
See Also