Class ContentPresenter
Inheritance
System.Object
ContentPresenter
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ContentPresenter : WpfTestElement, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Constructors
ContentPresenter()
Declaration
public ContentPresenter()
Fields
ContentSourceProperty
ContentStringFormatProperty
Declaration
public static AutomationProperty ContentStringFormatProperty
Field Value
AutomationProperty
|
RecognizesAccessKeyProperty
Declaration
public static AutomationProperty RecognizesAccessKeyProperty
Field Value
AutomationProperty
|
Properties
ContentSource
Declaration
public string ContentSource { get; set; }
Property Value
System.String
|
ContentStringFormat
Declaration
public string ContentStringFormat { get; set; }
Property Value
System.String
|
RecognizesAccessKey
Declaration
public bool RecognizesAccessKey { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|