hIcon property

int get hIcon

Implementation

int get hIcon => this.Anonymous.hIcon;
set hIcon (int value)

Implementation

set hIcon(int value) => this.Anonymous.hIcon = value;