public float Scale {get; set;}
public: property float Scale { float get(); void set ( float value); }
'Declaration Public Property Scale As Single
'Usage Dim instance As ModificationArguments Dim value As Single instance.Scale = value value = instance.Scale
Target Platforms: .NET CLR 4.0 or higher
ModificationArguments Class ModificationArguments Members