バージョン

ViewBoxAppearance プロパティ

ビューボックスの描画に使用する外観を返すまたは設定します。ビューボックスとは、関連するプレビュー コントロールに現在表示されているページの部分を示すページ内の領域です。
シンタックス
'宣言
 
Public Property ViewBoxAppearance As Infragistics.Win.AppearanceBase
public Infragistics.Win.AppearanceBase ViewBoxAppearance {get; set;}
解説

ビューボックスとは、関連する PreviewControl に現在表示されているページの部分を示す UltraPrintPreviewThumbnail のプレビューページ内の領域です。

現在、PreviewPageViewBoxUIElement.BorderStyleSolid です。このため、Infragistics.Win.AppearanceBase.BorderColor3DBase はビューボックスの外観に影響しません。

参照