MonobjcMonobjc Documented Class Library
InstanceAlphaOffset Property
NamespacesMonobjc.QuartzCoreCAReplicatorLayerInstanceAlphaOffset

Defines the offset added to the alpha component of the color for each replicated instance. Animatable.

Original signature is '@property float instanceAlphaOffset'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual float InstanceAlphaOffset { get; set; }
Public Overridable Property InstanceAlphaOffset As Single
	Get
	Set
public:
virtual property float InstanceAlphaOffset {
	float get ();
	void set (float value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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