TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ZoomPolicy Class / TargetType Property

In This Topic
    TargetType Property (ZoomPolicy)
    In This Topic
    Gets the type indicates which control type can use this policy.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property TargetType As Type
    public abstract Type TargetType {get;}

    Property Value

    A System.Type type indicates which control type can use this policy.
    See Also