CalendarView for WinForms
LineJoin 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : LineJoin 列挙体
Represents the join style of the pen.
シンタックス
'宣言
 
Public Enum LineJoin 
   Inherits System.Enum
public enum LineJoin : System.Enum 
メンバ
メンバ解説
BevelJoins are beveled.
MiterJoins are mitered when they are within the current limit set by the SetMiterLimit function. If it exceeds this limit, the join is beveled.
RoundJoins are round.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Drawing.Gdi.LineJoin

参照

C1.Framework.Drawing.Gdi 名前空間