public Color TransparentColor {get; set;}
public: __property Color get_TransparentColor(); public: __property void set_TransparentColor( Color value );
public: property Color TransparentColor { Color get(); void set ( Color value); }
'Declaration Public Property TransparentColor As Color
'Usage Dim instance As ImageToolbarDefaults Dim value As Color instance.TransparentColor = value value = instance.TransparentColor
The TransparentColor is the color in the image that will show through to what is underneath the object.
ImageToolbarDefaults Class ImageToolbarDefaults Members
©2019. Accusoft Corporation. All Rights Reserved.