FillSettingsHatchStyle Property |
Specifies the style of hatch fill type
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.Attribute)]
public HatchStyle HatchStyle { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property HatchStyle As HatchStyle
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property HatchStyle HatchStyle {
HatchStyle get ();
void set (HatchStyle value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member HatchStyle : HatchStyle with get, set
Property Value
Type:
HatchStyle
See Also