public Color HatchColor {get; set;}
public: __property Color get_HatchColor(); public: __property void set_HatchColor( Color value );
public: property Color HatchColor { Color get(); void set ( Color value); }
'Declaration Public Property HatchColor As Color
'Usage Dim instance As EllipseToolbarDefaults Dim value As Color instance.HatchColor = value value = instance.HatchColor
The HatchColor is the color of the hatch strokes on a filled object whose HatchStyle attribute is something other than HatchStyle.None.
EllipseToolbarDefaults Class EllipseToolbarDefaults Members
©2019. Accusoft Corporation. All Rights Reserved.