Click or drag to resize

ShadingOptionDescriptionTShadingOptionPadding Property

Gets or sets a padding of a description popup.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public RectOffset Padding { get; set; }

Property Value

Type: RectOffset
Remarks
The default value is (10, 10, 5, 5).
See Also