LineFormat

Clase LineFormat

Representa el formato de una línea.

public sealed class LineFormat : PVIObject, ILineFormat

Propiedades

NombreDescripción
Alignment { get; set; }Devuelve o establece la alineación de la línea. Lectura/escritura LineAlignment.
AsIPresentationComponent { get; }Permite obtener la interfaz base IPresentationComponent. Solo lectura IPresentationComponent.
BeginArrowheadLength { get; set; }Devuelve o establece la longitud de la punta de flecha al comienzo de una línea. Lectura/escritura LineArrowheadLength.
BeginArrowheadStyle { get; set; }Devuelve o establece el estilo de la punta de flecha al comienzo de una línea. Lectura/escritura LineArrowheadStyle.
BeginArrowheadWidth { get; set; }Devuelve o establece el ancho de la punta de flecha al comienzo de una línea. Lectura/escritura LineArrowheadWidth.
CapStyle { get; set; }Devuelve o establece el estilo de tapa de la línea. Lectura/escritura LineCapStyle.
CustomDashPattern { get; set; }Devuelve o establece el patrón de guiones personalizado. Lectura/escritura Single[].
DashStyle { get; set; }Devuelve o establece el estilo de guiones de la línea. Lectura/escritura LineDashStyle.
EndArrowheadLength { get; set; }Devuelve o establece la longitud de la punta de flecha al final de una línea. Lectura/escritura LineArrowheadLength.
EndArrowheadStyle { get; set; }Devuelve o establece el estilo de la punta de flecha al final de una línea. Lectura/escritura LineArrowheadStyle.
EndArrowheadWidth { get; set; }Devuelve o establece el ancho de la punta de flecha al final de una línea. Lectura/escritura LineArrowheadWidth.
FillFormat { get; }Devuelve el formato de relleno de una línea. Solo lectura ILineFillFormat.
IsFormatNotDefined { get; }Devuelve verdadero si el formato de la línea no está definido (como recién creado, por defecto). Solo lectura Boolean.
JoinStyle { get; set; }Devuelve o establece el estilo de unión de las líneas. Lectura/escritura LineJoinStyle.
MiterLimit { get; set; }Devuelve o establece el límite de inglete de una línea. Lectura/escritura Single.
SketchFormat { get; }Devuelve el formato de boceto de una línea. Solo lectura ILineFillFormat.
Style { get; set; }Devuelve o establece el estilo de la línea. Lectura/escritura LineStyle.
Width { get; set; }Devuelve o establece el ancho de una línea. Lectura/escritura Double.

Métodos

NombreDescripción
Equals(ILineFormat)Determina si las dos instancias de LineFormat son iguales.
override Equals(object)
GetEffective()Obtiene los datos de formato de línea efectivos con la herencia aplicada.
override GetHashCode()Devuelve el código hash.

Véase También