MonobjcMonobjc Documented Class Library
NSGradientDrawingOptions Enumeration
NamespacesMonobjc.AppKitNSGradientDrawingOptions

These constants are used by the primitive drawing methods to determine if drawing occurs outside of the gradient start and end locations.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSGradientDrawingOptions
Public Enumeration NSGradientDrawingOptions
public enum class NSGradientDrawingOptions
Members
MemberDescription
NSGradientDrawsBeforeStartingLocation

Drawing extends before the gradient starting point.

Available in Mac OS X v10.5 and later.


NSGradientDrawsAfterEndingLocation

Drawing extends beyond the gradient end point.

Available in Mac OS X v10.5 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)