Gets or sets the height of the code block, following wavelet transformation.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CodeBlockHeight As Integer |
C# | |
---|
public int CodeBlockHeight {get; set;} |
C++/CLI | |
---|
public:
property int CodeBlockHeight {
int get();
void set ( int value);
} |
Property Value
The value must be a power of 2. It must be at least 4 and less than or equal to 1024.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also