MonobjcMonobjc Documented Class Library
ShadowRadius Property
NamespacesMonobjc.QuartzCoreCALayerShadowRadius

Specifies the blur radius used to render the receiver’s shadow. Animatable.

Original signature is '@property CGFloat shadowRadius'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGFloat ShadowRadius { get; set; }
Public Overridable Property ShadowRadius As CGFloat
	Get
	Set
public:
virtual property CGFloat ShadowRadius {
	CGFloat get ();
	void set (CGFloat value);
}
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)