CompositionNineGridBrush.RightInsetScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scale to be applied to RightInset. Defaults to 1.0f.
public:
property float RightInsetScale { float get(); void set(float value); };
float RightInsetScale();
void RightInsetScale(float value);
public float RightInsetScale { get; set; }
var single = compositionNineGridBrush.rightInsetScale;
compositionNineGridBrush.rightInsetScale = single;
Public Property RightInsetScale As Single
Property Value
Single
float
Scale to be applied to RightInset. Defaults to 1.0f.