バージョン

CardViewSettings クラス プロパティ

このクラスのメンバの一覧は、CardViewSettingsメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティAllowCardHeightResizingエンド ユーザーがカードの下端を選択してドラッグした場合、Card の高さを変更するかどうかを取得または設定します。  
Public プロパティAllowCardWidthResizingエンド ユーザーがカードの右端を選択してドラッグすると Card の幅を変更するかどうかを取得または設定します。  
Public プロパティAllowDropGets or sets a value that indicates whether this element can be used as the target of a drag-and-drop operation. System.Windows.ContentElementから継承されます。
Public プロパティAreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. System.Windows.ContentElementから継承されます。
Public プロパティAreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. System.Windows.ContentElementから継承されます。
Public プロパティAreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. System.Windows.ContentElementから継承されます。
Public プロパティAreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. System.Windows.ContentElementから継承されます。
Public プロパティAutoFitCards使用可能な水平方向/垂直方向スペースを埋めるために Card の幅/高さを自動的に増やすかどうかを取得または設定します。  
Public プロパティBindingGroupGets or sets the System.Windows.Data.BindingGroup that is used for the element. System.Windows.FrameworkContentElementから継承されます。
Public プロパティCardHeight各 Card の Height を取得または設定します。  
Public プロパティCardWidth各 Card の Width を取得または設定します。  
Public プロパティCollapseCardButtonVisibilityCard ヘッダーでエンド ユーザーがクリックしたときにヘッダーのみを表示するために、Card を縮小するボタンを表示するかどうかを取得または設定します。  
Public プロパティCollapseEmptyCellsButtonVisibilityCard のヘッダーでエンド ユーザーがクリックしたときに、空の値 (空の文字列、文字列の null、null 可能なタイプの null、数字タイプの 0 などの値) を含むセルを縮小するボタンを表示するかどうかを取得または設定します。  
Public プロパティCommandBindingsGets a collection of System.Windows.Input.CommandBinding objects that are associated with this element. System.Windows.ContentElementから継承されます。
Public プロパティContextMenuGets or sets the context menu element that should appear whenever the context menu is requested via user interface (UI) from within this element. System.Windows.FrameworkContentElementから継承されます。
Public プロパティCursorGets or sets the cursor that displays when the mouse pointer is over this element. System.Windows.FrameworkContentElementから継承されます。
Public プロパティDataContextGets or sets the data context for an element when it participates in data binding. System.Windows.FrameworkContentElementから継承されます。
Public プロパティDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. System.Windows.DependencyObjectから継承されます。
Public プロパティDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。
Public プロパティFocusableGets or sets a value that indicates whether the element can receive focus. System.Windows.ContentElementから継承されます。
Public プロパティFocusVisualStyleGets or sets an object that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus. System.Windows.FrameworkContentElementから継承されます。
Public プロパティForceCursorGets or sets a value indicating whether this System.Windows.FrameworkContentElement should force the user interface (UI) to render the cursor as declared by this instance's System.Windows.FrameworkContentElement.Cursor property. System.Windows.FrameworkContentElementから継承されます。
Public プロパティHasAnimatedPropertiesGets a value that indicates whether this element has any animated properties. System.Windows.ContentElementから継承されます。
Public プロパティHeaderPathCard ヘッダーとして表示するソース オブジェクトの値への Path を表す文字列を取得または設定します。  
Public プロパティHeaderVisibilityCard ヘッダーの Visiblity を取得または設定します。  
Public プロパティInputBindingsGets the collection of input bindings that are associated with this element. System.Windows.ContentElementから継承されます。
Public プロパティInputScopeGets or sets the context for input used by this System.Windows.FrameworkContentElement. System.Windows.FrameworkContentElementから継承されます。
Public プロパティInterCardSpacingX各 Card の間にある水平方向のスペースを取得または設定します。  
Public プロパティInterCardSpacingY各 Card の間にある垂直方向のスペースを取得または設定します。  
Public プロパティIsEnabledGets or sets a value that indicates whether this element is enabled in the user interface (UI). System.Windows.ContentElementから継承されます。
Public プロパティIsFocusedGets a value that determines whether this element has logical focus. System.Windows.ContentElementから継承されます。
Public プロパティIsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its System.Windows.FrameworkContentElement.EndInit method called. System.Windows.FrameworkContentElementから継承されます。
Public プロパティIsInputMethodEnabledGets a value that indicates whether an input method system, such as an Input Method Editor (IME), is enabled for processing the input to this element. System.Windows.ContentElementから継承されます。
Public プロパティIsKeyboardFocusedGets a value that indicates whether this element has keyboard focus. System.Windows.ContentElementから継承されます。
Public プロパティIsKeyboardFocusWithinGets a value that indicates whether keyboard focus is anywhere within the element or child elements. System.Windows.ContentElementから継承されます。
Public プロパティIsLoadedGets a value indicating whether this element has been loaded for presentation. System.Windows.FrameworkContentElementから継承されます。
Public プロパティIsMouseCapturedGets a value that indicates whether the mouse is captured by this element. System.Windows.ContentElementから継承されます。
Public プロパティIsMouseCaptureWithinGets a value that determines whether mouse capture is held by this element or by child elements in its element tree. System.Windows.ContentElementから継承されます。
Public プロパティIsMouseDirectlyOverGets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. System.Windows.ContentElementから継承されます。
Public プロパティIsMouseOverGets a value that indicates whether the mouse pointer is located over this element (including visual child elements, or its control compositing). System.Windows.ContentElementから継承されます。
Public プロパティIsSealedGets a value that indicates whether this instance is currently sealed (read-only). System.Windows.DependencyObjectから継承されます。
Public プロパティIsStylusCapturedGets a value that indicates whether the stylus is captured to this element. System.Windows.ContentElementから継承されます。
Public プロパティIsStylusCaptureWithinGets a value that determines whether stylus capture is held by this element, including child elements and control compositing. System.Windows.ContentElementから継承されます。
Public プロパティIsStylusDirectlyOverGets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account. System.Windows.ContentElementから継承されます。
Public プロパティIsStylusOverGets a value that indicates whether the stylus is located over this element (including visual child elements). System.Windows.ContentElementから継承されます。
Public プロパティLanguageGets or sets localization/globalization language information that applies to an individual element. System.Windows.FrameworkContentElementから継承されます。
Public プロパティMaxCardCols表示する Card の列の最大数を取得または設定します。0 の値に設定されると、CardView にスペースがある限り列を表示します。  
Public プロパティMaxCardRows表示する Card の行の最大数を取得または設定します。0 の値に設定されると、CardView にスペースがある限り行を表示します。  
Public プロパティNameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. System.Windows.FrameworkContentElementから継承されます。
Public プロパティOrientationCard が水平方向 (左右上下) または垂直方向 (上下左右) で配置されるかどうかを取得または設定します。  
Public プロパティOverridesDefaultStyleGets or sets a value indicating whether this element incorporates style properties from theme styles. System.Windows.FrameworkContentElementから継承されます。
Public プロパティPadding最最も外側にあるカードとコントロールの境界線の間にあるパディングを取得または設定します。  
Public プロパティParentGets the parent in the logical tree for this element. System.Windows.FrameworkContentElementから継承されます。
Public プロパティRepositionAnimationCard を新しいレイアウト位置へ移動するアニメーションで使用する DoubleAnimationBase から派生インスタンスを取得または設定します。  
Public プロパティstatic (Shared in Visual Basic)RepositionAnimationPropertyRepositionAnimation 依存プロパティを識別します。  
Public プロパティResourcesGets or sets the current locally-defined resource dictionary. System.Windows.FrameworkContentElementから継承されます。
Public プロパティShouldAnimateCardPositioningCardView がスクロールされる時に、新しい位置への Card の移動をアニメーションするかどうかを取得または設定します。  
Public プロパティShouldCollapseCardsCard を縮小するかどうかを取得または設定します。  
Public プロパティShouldCollapseEmptyCells空の値 (文字列タイプの空の文字列または null、null 可能なタイプの null、数字タイプの 0 などの値) があるセルを縮小して、レコードで表示しないかどうかを取得または設定します。  
Public プロパティStyleGets or sets the style to be used by this element. System.Windows.FrameworkContentElementから継承されます。
Public プロパティTagGets or sets an arbitrary object value that can be used to store custom information about this element. System.Windows.FrameworkContentElementから継承されます。
Public プロパティTemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. System.Windows.FrameworkContentElementから継承されます。
Public プロパティToolTipGets or sets the tool-tip object that is displayed for this element in the user interface (UI). System.Windows.FrameworkContentElementから継承されます。
Public プロパティTouchesCapturedGets all touch devices that are captured to this element. System.Windows.ContentElementから継承されます。
Public プロパティTouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. System.Windows.ContentElementから継承されます。
Public プロパティTouchesDirectlyOverGets all touch devices that are over this element. System.Windows.ContentElementから継承されます。
Public プロパティTouchesOverGets all touch devices that are over this element or any child elements in its visual tree. System.Windows.ContentElementから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected Internal プロパティDefaultStyleKeyGets or sets the key to use to find the style template for this control in themes. System.Windows.FrameworkContentElementから継承されます。
Protected プロパティIsEnabledCoreGets a value that becomes the return value of System.Windows.ContentElement.IsEnabled in derived classes. System.Windows.ContentElementから継承されます。
Protected Internal プロパティLogicalChildrenGets an enumerator for the logical child elements of this element. System.Windows.FrameworkContentElementから継承されます。
トップ
参照