DioDocs for PDF
SvgAngleUnits 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgAngleUnits 列挙体
Specifies the type of SvgAngle units.
シンタックス
'宣言
 
Public Enum SvgAngleUnits 
   Inherits System.Enum
public enum SvgAngleUnits : System.Enum 
メンバ
メンバ解説
AutoThe marker is oriented such that its positive x-axis is pointing in a direction relative to the path at the position the marker is placed.
AutoStartReverseIf placed by 'marker-start', the marker is oriented 180° different from the orientation that would be used if 'auto' was specified.
DegreesAngle values are in degrees. There are 360 degrees in a full circle.
GradiansAngle values are in gradians, also known as "gons" or "grades". There are 400 gradians in a full circle.
RadiansAngle values are in radians. There are 2π radians in a full circle.
UnspecifiedA unitless angle interpreted as a value in degrees.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgAngleUnits

参照

GrapeCity.Documents.Svg 名前空間