[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.PropertyGridZoomPolicy

PropertyGridZoomPolicy Class

Represents a zoom policy for PropertyGrid type control.

Inheritance
PropertyGridZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public class PropertyGridZoomPolicy : ControlZoomPolicy
Remarks

CanZoomChildren(Control) always returns false because of that PropertyGrid has some inner layout logic.

Constructors

Name Description
PropertyGridZoomPolicy()

Properties

Name Description
TargetType

Gets the type indicates which control type can use this policy.

Methods

Name Description
CanZoomChildren(Control)

Determines whether the children controls can be zoomed. It is always return false in PropertyGridZoomPolicy.

See Also