[DefaultValueAttribute(1)] public int StylePart { get; set; }
<DefaultValueAttribute(1)> Public Property StylePart As Integer Get Set
public: [DefaultValueAttribute(1)] property int StylePart { int get (); void set (int value); }
© 2018 GitHub Community. All rights reserved.