Visual Basic (Declaration) | |
---|---|
Public Property SliceThickness As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerPlaneCutLine Dim value As Double instance.SliceThickness = value value = instance.SliceThickness |
C# | |
---|---|
public double SliceThickness {get; set;} |
Property Value
A value that represents the thickness of the generated slice resulted from the cut-line.Visually the thickness is represented by a dotted line parallel to the cut-line. the user can either set the property SliceThickness to adjust it, or by simply clicking on the dotted line handles at the edge and dragging toward the desired location.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7