Class XpsPathSegment

Class XpsPathSegment

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

Classe che incapsula le caratteristiche comuni di tutti gli elementi del segmento del percorso.

public abstract class XpsPathSegment : XpsObject

Ereditarietà

objectXpsObjectXpsPathSegment

Derivato

XpsArcSegment, XpsPathPolySegment

Membri Ereditati

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

Proprietà

IsStroked

Restituisce/imposta il valore che specifica se il tratto per questo segmento del percorso è disegnato.

public bool IsStroked { get; set; }

Valore della Proprietà

bool

 Italiano