Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Property EndCap As LineCap
'使用
Dim instance As PenStyleSetInfo
Dim value As LineCap
value = instance.EndCap
instance.EndCap = value
public LineCap EndCap { get; set; }
public:
property LineCap EndCap {
LineCap get ();
void set (LineCap value);
}
public function get EndCap () : LineCap
public function set EndCap (value : LineCap)
Property Value
Type: System.Drawing.Drawing2D.LineCap
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.