System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.SetValue C# (CSharp) Method

SetValue() public method

public SetValue ( object component, object value ) : void
component object
value object
return void
                public override void SetValue(object component, object value)
                {
                    _property.SetValue(_target, value);
                }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor