Class XpsPathSegment

Class XpsPathSegment

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

类封装所有路径段元素的共同特征。

public abstract class XpsPathSegment : XpsObject

继承

objectXpsObjectXpsPathSegment

派生

XpsArcSegment, XpsPathPolySegment

继承成员

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

属性

IsStroked

返回/设置一个值,该值指示此路径段的描边是否被绘制。

public bool IsStroked { get; set; }

属性值

bool

 中文