PenSettings.DashOffset Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property DashOffset As Single
'Usage
Dim instance As PenSettings
Dim value As Single
value = instance.DashOffset
instance.DashOffset = value
public float DashOffset { get; set; }
public:
property float DashOffset {
float get ();
void set (float value);
}
public function get DashOffset () : float
public function set DashOffset (value : float)
Property Value
Type: System.Single
.NET Framework Security
- 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.