ContactContentPresenter Members
Include Protected Members
Include Inherited Members
Reserved for internal use.
The ContactContentPresenter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactContentPresenter | Constructs an instance of the ContactContentPresenter class. |
Top
Properties
Name | Description | |
---|---|---|
ActualHeight | (inherited from FrameworkElement) | |
ActualWidth | (inherited from FrameworkElement) | |
AllowDrop | (inherited from UIElement) | |
Background | Gets or sets the Background [Brush] property | |
BotContentTemplate | Gets or sets the DataTemplate used for Bot-type contacts in OneLine mode. | |
CacheMode | (inherited from UIElement) | |
Clip | (inherited from UIElement) | |
Content | Gets or sets the model object that is used to generate this [ContentPresenter] | |
ContentTemplate | (inherited from ContentPresenter) | |
ContentType | Gets or sets an enumerated value that identifies the type of model that is used to generate this [ContentPresenter] | |
ContextualInformation | Gets or sets data structure which provides contextual information for use with the contextual conversation feature. | |
Cursor | (inherited from FrameworkElement) | |
DataContext | (inherited from FrameworkElement) | |
DesiredSize | (inherited from UIElement) | |
Dispatcher | (inherited from DependencyObject) | |
Effect | (inherited from UIElement) | |
FlowDirection | (inherited from FrameworkElement) | |
GroupContentTemplate | Gets or sets the DataTemplate used for Group-type contacts in OneLine mode. | |
Height | (inherited from FrameworkElement) | |
HorizontalAlignment | (inherited from FrameworkElement) | |
IsHitTestVisible | (inherited from UIElement) | |
Language | (inherited from FrameworkElement) | |
Margin | (inherited from FrameworkElement) | |
MaxHeight | (inherited from FrameworkElement) | |
MaxWidth | (inherited from FrameworkElement) | |
MinHeight | (inherited from FrameworkElement) | |
MinWidth | (inherited from FrameworkElement) | |
Name | (inherited from FrameworkElement) | |
Opacity | (inherited from UIElement) | |
OpacityMask | (inherited from UIElement) | |
Parent | (inherited from FrameworkElement) | |
ParentContext | Gets or sets a context [Object] to be passed to templates used by this [ContentPresenter] control | |
PersonContentTemplate | Gets or sets the DataTemplate used for Person-type contacts in OneLine mode. | |
Projection | (inherited from UIElement) | |
RenderSize | (inherited from UIElement) | |
RenderTransform | (inherited from UIElement) | |
RenderTransformOrigin | (inherited from UIElement) | |
Resources | (inherited from FrameworkElement) | |
SelectedTabIndex | Gets or sets the index of the tab item to display if the active template has a Tab control that chooses to use this property | |
Style | (inherited from FrameworkElement) | |
Tag | (inherited from FrameworkElement) | |
TelephoneContentTemplate | Gets or sets the DataTemplate used for Telephone-type contacts in OneLine mode. | |
Triggers | (inherited from FrameworkElement) | |
UseLayoutRounding | (inherited from UIElement) | |
VerticalAlignment | (inherited from FrameworkElement) | |
Visibility | (inherited from UIElement) | |
Width | (inherited from FrameworkElement) |
Top
Methods
Name | Description | |
---|---|---|
AddHandler | (inherited from UIElement) | |
Arrange | (inherited from UIElement) | |
ArrangeOverride | (inherited from FrameworkElement) | |
CaptureMouse | (inherited from UIElement) | |
CheckAccess | (inherited from DependencyObject) | |
ChooseTemplate | Reserved for internal use. | |
ClearValue | (inherited from DependencyObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
FindName | (inherited from FrameworkElement) | |
GetAnimationBaseValue | (inherited from DependencyObject) | |
GetBindingExpression | (inherited from FrameworkElement) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetValue | (inherited from DependencyObject) | |
InvalidateArrange | (inherited from UIElement) | |
InvalidateMeasure | (inherited from UIElement) | |
Measure | (inherited from UIElement) | |
MeasureOverride | (inherited from FrameworkElement) | |
MemberwiseClone | (inherited from Object) | |
OnApplyTemplate | (inherited from FrameworkElement) | |
OnCreateAutomationPeer | (inherited from UIElement) | |
ReadLocalValue | (inherited from DependencyObject) | |
RefreshTemplate | Reserved for internal use. | |
ReleaseMouseCapture | (inherited from UIElement) | |
RemoveHandler | (inherited from UIElement) | |
SetBinding | (inherited from FrameworkElement) | |
SetValue | (inherited from DependencyObject) | |
ToString | (inherited from Object) | |
TransformToVisual | (inherited from UIElement) | |
UpdateLayout | (inherited from UIElement) |
Top
Events
Name | Description | |
---|---|---|
BindingValidationError | (inherited from FrameworkElement) | |
DragEnter | (inherited from UIElement) | |
DragLeave | (inherited from UIElement) | |
DragOver | (inherited from UIElement) | |
Drop | (inherited from UIElement) | |
GotFocus | (inherited from UIElement) | |
KeyDown | (inherited from UIElement) | |
KeyUp | (inherited from UIElement) | |
LayoutUpdated | (inherited from FrameworkElement) | |
Loaded | (inherited from FrameworkElement) | |
LostFocus | (inherited from UIElement) | |
LostMouseCapture | (inherited from UIElement) | |
ManipulationCompleted | (inherited from UIElement) | |
ManipulationDelta | (inherited from UIElement) | |
ManipulationStarted | (inherited from UIElement) | |
MouseEnter | (inherited from UIElement) | |
MouseLeave | (inherited from UIElement) | |
MouseLeftButtonDown | (inherited from UIElement) | |
MouseLeftButtonUp | (inherited from UIElement) | |
MouseMove | (inherited from UIElement) | |
MouseRightButtonDown | (inherited from UIElement) | |
MouseRightButtonUp | (inherited from UIElement) | |
MouseWheel | (inherited from UIElement) | |
SizeChanged | (inherited from FrameworkElement) | |
TextInput | (inherited from UIElement) | |
TextInputStart | (inherited from UIElement) | |
TextInputUpdate | (inherited from UIElement) | |
Unloaded | (inherited from FrameworkElement) |
Top
Fields
Name | Description | |
---|---|---|
BackgroundProperty | Identifies the Background dependency property. | |
BotContentTemplateProperty | Identifies the BotContentTemplate dependency property. | |
ContentProperty | Identifies the Content dependency property. | |
ContentTypeProperty | Identifies the ContentType dependency property. | |
ContextualInformationProperty | Identifies the ContextualInformation dependency property. | |
GroupContentTemplateProperty | Identifies the GroupContentTemplate dependency property. | |
ParentContextProperty | Identifies the ParentContext dependency property. | |
PersonContentTemplateProperty | Identifies the PersonContentTemplate dependency property. | |
SelectedTabIndexProperty | Identifies the SelectedTabIndex dependency property. | |
TelephoneContentTemplateProperty | Identifies the TelephoneContentTemplate dependency property. |
Top