Hide menu
Loading...
Searching...
No Matches
cadex.View.GradientBackgroundStyle Class Reference

Defines gradient background style. More...

Inheritance diagram for cadex.View.GradientBackgroundStyle:
cadex.View.BackgroundStyle cadex.BaseObject

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)
 

Detailed Description

Defines gradient background style.

Member Function Documentation

◆ Dispose()

override void cadex.View.GradientBackgroundStyle.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.View.BackgroundStyle.