Defines gradient background style. More...
Public Types | |
| enum | FillMethod { Horizontal , Vertical , Diagonal1 , Diagonal2 , Corner1 , Corner2 , Corner3 , Corner4 , Elliptical } |
Public Member Functions | |
| GradientBackgroundStyle (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| GradientBackgroundStyle (cadex.View.Color theColor1, cadex.View.Color theColor2, cadex.View.GradientBackgroundStyle.FillMethod theFillMethod) | |
Public Member Functions inherited from cadex.View.BackgroundStyle | |
| BackgroundStyle (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Public Member Functions inherited from cadex.BaseObject | |
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| bool | IsNull () |
| ulong | Id () |
| Return unique identifier of public object. | |
| bool | IsEqual (cadex.BaseObject theObj) |
| override int | GetHashCode () |
| override bool | Equals (System.Object o) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Defines gradient background style.
|
inlineprotectedvirtual |
Reimplemented from cadex.View.BackgroundStyle.