ChartImageAlignmentStyle 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定圖表背景影像的影像對齊方式。
public enum class ChartImageAlignmentStyle
public enum ChartImageAlignmentStyle
type ChartImageAlignmentStyle =
Public Enum ChartImageAlignmentStyle
- 繼承
欄位
Bottom | 5 | 影像會對齊圖表項目的下界限。 |
BottomLeft | 6 | 影像會對齊圖表項目的左下角。 |
BottomRight | 4 | 影像會對齊圖表項目的右下角。 |
Center | 8 | 影像會在圖表項目內置中對齊。 |
Left | 7 | 影像會對齊圖表項目的左界限。 |
Right | 3 | 影像會對齊圖表項目的右界限。 |
Top | 1 | 影像會對齊圖表項目的上界限。 |
TopLeft | 0 | 影像會對齊圖表項目的左上角。 |
TopRight | 2 | 影像會對齊圖表項目的右上角。 |