LuaPart.SetLabelItalic Method

PartProxy

LuaPartSetLabelItalic Method

Set the Label ITALIC attribute

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

Parameters

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