[]
Represents a zoom policy for PropertyGrid type control.
public class PropertyGridZoomPolicy : ControlZoomPolicy
CanZoomChildren(Control) always returns false because of that PropertyGrid has some inner layout logic.
| Name | Description |
|---|---|
| PropertyGridZoomPolicy() |
| Name | Description |
|---|---|
| TargetType | Gets the type indicates which control type can use this policy. |
| Name | Description |
|---|---|
| CanZoomChildren(Control) | Determines whether the children controls can be zoomed. It is always return false in PropertyGridZoomPolicy. |