FixedPage.ContentBox 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定內容區域的週框,亦即在邊界「之內」的頁面區域 (若有的話)。
public:
property System::Windows::Rect ContentBox { System::Windows::Rect get(); void set(System::Windows::Rect value); };
public System.Windows.Rect ContentBox { get; set; }
member this.ContentBox : System.Windows.Rect with get, set
Public Property ContentBox As Rect
屬性值
定義內容區域的 Rect。
備註
定義 時必須強制執行 ContentBox 下列規則:
ContentBox.Left 必須大於或等於零 (0) ,且小於或等於 (ContentBox 。 Right-1) 。
ContentBox.Top 必須大於或等於零 (0) ,且小於或等於 (ContentBox 。 Bottom-1) 。
ContentBox.Right 必須大於或等於 (ContentBox 。 Left+1) 。
ContentBox.Bottom 必須大於或等於 (ContentBox 。 Top+1) 。
如需 和 相對大小 ContentBox 的相關規則,請參閱 主題 FixedPage.BleedBox 。 BleedBox
相依性屬性資訊
識別碼欄位 | ContentBoxProperty |
設定為 的中繼資料屬性 true |
無 |