LuaPart.SetLabelUnderline Method

PartProxy

LuaPartSetLabelUnderline Method

Set the label UNDERLINE attribute

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetLabelUnderline(
	bool val
)
Public Sub SetLabelUnderline ( 
	val As Boolean
)
public:
void SetLabelUnderline(
	bool val
)
member SetLabelUnderline : 
        val : bool -> unit 

Parameters

val
Type: SystemBoolean
if set to true [value].
See Also