ILineFormat

ILineFormat interface

Representa el formato de una línea.

public interface ILineFormat : ILineParamSource

Propiedades

NombreDescripción
Alignment { get; set; }Devuelve o establece la alineación de línea. Lectura/escrituraLineAlignment .
AsILineParamSource { get; }Permite obtener la interfaz base ILineParamSource. Solo lecturaILineParamSource .
BeginArrowheadLength { get; set; }Devuelve o establece la longitud de la punta de flecha al principio de una línea. Lectura/escrituraLineArrowheadLength .
BeginArrowheadStyle { get; set; }Devuelve o establece el estilo de punta de flecha al principio de una línea. Lectura/escrituraLineArrowheadStyle .
BeginArrowheadWidth { get; set; }Devuelve o establece el ancho de la punta de flecha al principio de una línea. Lectura/escrituraLineArrowheadWidth .
CapStyle { get; set; }Devuelve o establece el estilo de tapa de línea. Lectura/escrituraLineCapStyle .
CustomDashPattern { get; set; }Devuelve o establece el patrón de guiones personalizado. Lectura/escrituraSingle [].
DashStyle { get; set; }Devuelve o establece el estilo de guión de línea. Lectura/escrituraLineDashStyle .
EndArrowheadLength { get; set; }Devuelve o establece la longitud de la punta de flecha al final de una línea. Lectura/escrituraLineArrowheadLength .
EndArrowheadStyle { get; set; }Devuelve o establece el estilo de punta de flecha al final de una línea. Lectura/escrituraLineArrowheadStyle .
EndArrowheadWidth { get; set; }Devuelve o establece el ancho de la punta de flecha al final de una línea. Lectura/escrituraLineArrowheadWidth .
FillFormat { get; }Devuelve el formato de relleno de una línea. Solo lecturaILineFillFormat .
IsFormatNotDefined { get; }Devuelve verdadero si el formato de línea no está definido (como se acaba de crear, predeterminado). Solo lecturaBoolean .
JoinStyle { get; set; }Devuelve o establece el estilo de unión de líneas. Lectura/escrituraLineJoinStyle .
MiterLimit { get; set; }Devuelve o establece el límite de inglete de una línea. Lectura/escrituraSingle .
SketchFormat { get; }Devuelve el formato de boceto de una línea. Solo lecturaISketchFormat .
Style { get; set; }Devuelve o establece el estilo de línea. Lectura/escrituraLineStyle .
Width { get; set; }Devuelve o establece el ancho de una línea. Lectura/escrituraDouble .

Métodos

NombreDescripción
Equals(ILineFormat)Determina si las dos instancias de LineFormat son iguales.
GetEffective()Obtiene datos de formato de línea efectivos con la herencia aplicada.

Ver también