GradientStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定要用於圖表項目的漸層樣式。
public enum class GradientStyle
public enum GradientStyle
type GradientStyle =
Public Enum GradientStyle
- 繼承
欄位
Center | 3 | 從中央向外套用漸層。 |
DiagonalLeft | 4 | 以對角方式從左到右套用漸層。 |
DiagonalRight | 5 | 以對角方式從右到左套用漸層。 |
HorizontalCenter | 6 | 以水平方式從中央向外套用漸層。 |
LeftRight | 1 | 從左到右套用漸層。 |
None | 0 | 不套用任何漸層。 |
TopBottom | 2 | 從上到下套用漸層。 |
VerticalCenter | 7 | 以垂直方式從中央向外套用漸層。 |
備註
列舉 GradientStyle 表示漸層樣式,並且與 的 Chart 屬性搭配 BackGradientStyle 使用。