'Declaration <DescriptionAttribute("A value indicating whether the information about image resolution is stored in an Icon page.")> <CategoryAttribute("Icon page")> Public Overrides ReadOnly Property HasResolution As Boolean
[Description("A value indicating whether the information about image resolution is stored in an Icon page.")] [Category("Icon page")] public override bool HasResolution { get; }
[Description("A value indicating whether the information about image resolution is stored in an Icon page.")] [Category("Icon page")] public: __property bool get_HasResolution(); override;
[Description("A value indicating whether the information about image resolution is stored in an Icon page.")] [Category("Icon page")] public:
property bool HasResolution { bool get() override;; }
Property Value
True - свойство Resolution возвращает разрешение, загруженное из файла изображения;
false - свойство Resolution возвращает разрешение (экрана) по умолчанию.
false - свойство Resolution возвращает разрешение (экрана) по умолчанию.