Class XpsPathSegment

Class XpsPathSegment

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

Clase que encapsula características comunes de todos los elementos de segmento de ruta.

public abstract class XpsPathSegment : XpsObject

Herencia

objectXpsObjectXpsPathSegment

Derivados

XpsArcSegment, XpsPathPolySegment

Miembros heredados

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Propiedades

IsStroked

Devuelve/establece el valor que especifica si el trazo de este segmento de la ruta está dibujado.

public bool IsStroked { get; set; }

Valor de la propiedad

bool

 Español