# MaterialFrame _Only available in the Plus Edition_ Derives from ContentControl The MaterialFrame represents a ContentControl with a customizable shadow and that uses the material colors and animations. ## Properties || Property || Description | CornerRadius | Gets or sets the control's corner radius. | ShadowBlurRadius | Gets or sets the blur radius to use for the shadow. | ShadowColor | Gets or sets the color to use for the shadow. | ShadowDepth | Gets or sets the depth to use for the shadow. | ShadowDirection | Gets or sets the direction of the shadow in degress. | ShadowOpacity | Gets or sets the opacity to use for the shadow. | Z | Gets or sets the predefined shadow to use for the control. ---