Property UseSmallImages
UseSmallImages
Gets a value indicating whether small images should be used. Default implementation of this property checks DPI and returns True if it is 96 or less.
[Browsable(false)]
public virtual bool UseSmallImages { get; }
Property Value
- bool
true
if small images should be used; otherwise,false
.