Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the length of the link shape and determines how long the last line segment in the link shape must be.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Public Overridable ReadOnly Property EndSegmentBreakFactor As Double
Get
public virtual double EndSegmentBreakFactor { get; }
public:
virtual property double EndSegmentBreakFactor {
double get ();
}
abstract EndSegmentBreakFactor : float
override EndSegmentBreakFactor : float
function get EndSegmentBreakFactor () : double
Property Value
Type: System.Double
Remarks
This property guarantees that a break between line segments does not appear too close to the end of the link shape.
.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.