MonobjcMonobjc Documented Class Library
SetValueTypeForDimension Method (val, type, dimension)
NamespacesMonobjc.AppKitNSTextBlockSetValueTypeForDimension(CGFloat, NSTextBlockValueType, NSTextBlockDimension)

Sets a dimension of the text block.

Original signature is '- (void)setValue:(CGFloat)val type:(NSTextBlockValueType)type forDimension:(NSTextBlockDimension)dimension'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetValueTypeForDimension(
	CGFloat val,
	NSTextBlockValueType type,
	NSTextBlockDimension dimension
)
Public Overridable Sub SetValueTypeForDimension ( _
	val As CGFloat, _
	type As NSTextBlockValueType, _
	dimension As NSTextBlockDimension _
)
public:
virtual void SetValueTypeForDimension(
	CGFloat val, 
	NSTextBlockValueType type, 
	NSTextBlockDimension dimension
)
Parameters
val (CGFloat)
The new value for the dimension.
type (NSTextBlockValueType)
The type of value being provided. This controls how val is interpreted.
dimension (NSTextBlockDimension)
The dimension to set.
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)