Style.TargetType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of object that this style can describe. See Remarks.
public Type TargetType { get; }
member this.TargetType : Type
Property Value
System.Type
Remarks
Developers should be aware that implicit styles are only applied to the specific type that is described by TargetType, and not to types that inherit from it.