SetProperty class is used in style overrides
| C# | Visual Basic | Visual C++ |
public class SetProperty : OverrideBase
Public Class SetProperty _ Inherits OverrideBase
public ref class SetProperty : public OverrideBase
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| SetProperty(Object, String, Object) |
Sets the value of the property on target
| |
| SetProperty(String, Object) |
Sets the value of the property on parent
| |
| Applied | (Inherited from OverrideBase.) | |
| Apply(Component) | (Overrides OverrideBase.Apply(Component).) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMember(Object, Component, String) |
Gets the targeted member based on the folowing logic:
If target is supplied - as object - get its member using name
If target is supplied - as string - find a target (object) and then get its member using name
If target is not supplied - get the member on parent using name
(Inherited from OverrideBase.) | |
| GetTarget(Object, Component) |
Returns the target based on the folowing logic:
If target is supplied - as object - return it
If target is supplied - as string - find a target (object) and return it
If target is not supplied - get the parent object
(Inherited from OverrideBase.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Initialize()()()() | (Overrides OverrideBase.Initialize()()()().) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Property name
| |
| Remove(Component) | (Overrides OverrideBase.Remove(Component).) | |
| Target |
The target
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Value |
New value
|
| Object | ||
| OverrideBase | ||
| SetProperty | ||