共用方式為


ShapeElement.ShapeFields 屬性

圖形組件,例如文字資料列和 Decorator。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property ShapeFields As IList(Of ShapeField)
public abstract IList<ShapeField> ShapeFields { get; }

屬性值

類型:System.Collections.Generic.IList<ShapeField>

備註

圖案欄位是用來表示未滿圖形的圖表項目。 例如,在區間圖案的行是圖案欄位。

若要自訂圖案欄位,請將其中一個衍生自的類別 ShapeField 具象子類別並覆寫 InitializeShapeFields。 如需範例,請參閱 ImageField

.NET Framework 安全性

請參閱

參考

ShapeElement 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間